__outdwordstring
Microsoft 固有の仕様
Buffer
から始まる Count
のダブルワードを Port
で指定された I/O ポートから送信する rep outsd
命令を生成します。
構文
void __outdwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
パラメーター
ポート
[in] データを送信するポート。
Buffer
[in] 指定したポートから送信されるデータを指すポインター。
Count
[in] 送信するダブルワードの数。
要件
Intrinsic | Architecture |
---|---|
__outdwordstring |
x86、x64 |
ヘッダー ファイル<intrin.h>
解説
このルーチンは、組み込みとしてのみ使用できます。
Microsoft 固有の仕様はここまで