__outwordstring
Microsoft 專有的
會產生rep outsw指令,會傳送Count字為起始點Buffer出所指定的 I/O 連接埠Port。
void __outwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
參數
[in] Port
若要將資料傳送到連接埠。[in] Buffer
寄出指定的連接埠的資料指標。[in] Count
要傳送的文字數。
需求
內建 |
架構 |
---|---|
__outwordstring |
x86,x64 |
標頭檔 <intrin.h>
備註
只有使用與內建這個常式。