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