__inwordstring
Microsoft 专用
使用 rep insw
指令从指定端口读取数据。
语法
void __inwordstring(
unsigned short Port,
unsigned short* Buffer,
unsigned long Count
);
参数
端口
[in] 要从中读取数据的端口。
Buffer
[out] 从该端口读取的数据在此处写入。
计数
[in] 要读取的数据的字数。
要求
Intrinsic | 体系结构 |
---|---|
__inwordstring |
x86、x64 |
头文件<intrin.h>
注解
此例程仅可用作内部函数。
结束 Microsoft 专用