__inwordstring
Microsoft 固有の仕様
rep insw
命令を使用して、指定されたポートからデータを読み取ります。
構文
void __inwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
パラメーター
ポート
[in] 読み取り元のポート。
Buffer
[out] ポートから読み取られたデータがここに書き込まれます。
Count
[in] 読み取るデータの文字数。
要件
Intrinsic | Architecture |
---|---|
__inwordstring |
x86、x64 |
ヘッダー ファイル<intrin.h>
解説
このルーチンは、組み込みとしてのみ使用できます。
Microsoft 固有の仕様はここまで