__outdwordstring
Microsoft 特定的
產生rep outsd
指示,從 指定的 Port
I/O 埠開始Buffer
傳送Count
雙字。
語法
void __outdwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
參數
通訊埠
[in]要傳送數據的埠。
Buffer
[in]要送出指定埠之數據的指標。
Count
[in]要傳送的雙字數目。
需求
內建 | 架構 |
---|---|
__outdwordstring |
x86、x64 |
頭檔<intrin.h>
備註
此常式僅可作為內建常式使用。
END Microsoft 特定的