__incgsbyte、__incgsword、__incgsdword、__incgsqword

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 Blank topics are included as placeholders.]

Microsoft 固有の仕様 →

GS セグメントの先頭を基準としたオフセットが指定したメモリ位置に値に 1 を加算します。

void __incgsbyte( 
   unsigned long Offset 
);
void __incgsword( 
   unsigned long Offset 
);
void __incgsdword( 
   unsigned long Offset
);
void __incgsqword( 
   unsigned long Offset 
);

パラメーター

  • [入力] Offset
    GS の先頭からのオフセット。

必要条件

組み込み

アーキテクチャ

__incgsbyte

x64

__incgsword

x64

__incgsdword

x64

__incgsqword

x64

解説

これらの組み込みはカーネル モードでのみ使用できルーチンは組み込みとしてのみ使用できます。

参照

Reference

__addgsbyte、__addgsword、__addgsdword、__addgsqword

__readgsbyte、__readgsdword、__readgsqword、__readgsword

__writegsbyte、__writegsdword、__writegsqword、__writegsword

コンパイラ組み込み関数。