__outdwordstring
Microsoft 专用
生成 rep outsd
指令,该指令将从 Buffer
开始的 Count
个双字发送到 Port
指定的 I/O 端口。
语法
void __outdwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
参数
端口
[in] 要将数据发送到的端口。
Buffer
[in] 要从指定端口发送出去的数据的指针。
计数
[in] 要复制的双字数。
要求
Intrinsic | 体系结构 |
---|---|
__outdwordstring |
x86、x64 |
头文件<intrin.h>
注解
此例程仅可用作内部函数。
结束 Microsoft 专用