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