__incfsbyte、__incfsword、__incfsdword

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

Microsoft 固有の仕様 →

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

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

パラメーター

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

必要条件

組み込み

アーキテクチャ

__incfsbyte

x86

__incfsword

x86

__incfsdword

x86

解説

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

参照

Reference

__addfsbyte、__addfsword、__addfsdword

__readfsbyte、__readfsdword、__readfsqword、__readfsword

__writefsbyte、__writefsdword、__writefsqword、__writefsword

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