__indwordstring

Microsoft 固有の仕様

rep insd 命令を使用して、指定されたポートからデータを読み取ります。

構文

void __indwordstring(
   unsigned short Port,
   unsigned long* Buffer,
   unsigned long Count
);

パラメーター

[ポート]
[in] 読み取り元のポート。

Buffer
[out] ポートから読み取られたデータがここに書き込まれます。

Count
[in] 読み取るデータのバイト数。

必要条件

Intrinsic アーキテクチャ
__indwordstring x86、x64

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

解説

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

Microsoft 固有の仕様はここまで

関連項目

コンパイラの組み込み