__incgsbyte、__incgsword、__incgsdword、__incgsqword

Microsoft 固有の仕様

GS セグメントの先頭からの相対的なオフセットで指定されたメモリロケーションの値に 1 を加えます。

構文

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

パラメーター

Offset
[in] GS の先頭からのオフセットです。

必要条件

Intrinsic アーキテクチャ
__incgsbyte X64
__incgsword X64
__incgsdword X64
__incgsqword X64

ヘッダー ファイル<intrin.h>

解説

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

Microsoft 固有の仕様はここまで

関連項目

__addgsbyte、__addgsword、__addgsdword、__addgsqword
__readgsbyte、__readgsdword、__readgsqword、__readgsword
__writegsbyte、__writegsdword、__writegsqword、__writegsword
コンパイラの組み込み