__inwordstring
Microsoft 特定的
使用 rep insw
指示從指定的埠讀取數據。
語法
void __inwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
參數
通訊埠
[in]要從中讀取的埠。
Buffer
[out]從埠讀取的數據會在這裡寫入。
Count
[in]要讀取的數據字數。
需求
內建 | 架構 |
---|---|
__inwordstring |
x86、x64 |
頭檔<intrin.h>
備註
此常式僅可作為內建常式使用。
END Microsoft 特定的