__indwordstring

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

Microsoft 固有の仕様 →

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

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

パラメーター

  • [入力] Port
    から読み取るポート。

  • [出力] Buffer
    ポートから読み込まれたデータはここで記述されます。

  • [入力] Count
    データを読み取るバイト数。

必要条件

組み込み

アーキテクチャ

__indwordstring

x86x64

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

解説

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

参照

Reference

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