分享方式:


__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 特定的

另請參閱

編譯器內建函式