次の方法で共有


__incfsbyte、__incfsword、__incfsdword

Microsoft 固有の仕様

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

構文

void __incfsbyte(
   unsigned long Offset
);
void __incfsword(
   unsigned long Offset
);
void __incfsdword(
   unsigned long Offset
);

パラメーター

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

要件

Intrinsic Architecture
__incfsbyte x86
__incfsword x86
__incfsdword x86

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

解説

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

Microsoft 固有の仕様はここまで

関連項目

__addfsbyte、__addfsword、__addfsdword
__readfsbyte、__readfsdword、__readfsqword、__readfsword
__writefsbyte、__writefsdword、__writefsqword、__writefsword
コンパイラの組み込み