Microsoft 专用
使用 rep insd 命令,读取从指定端口的数据。
void __indwordstring(
unsigned short Port,
unsigned long* Buffer,
unsigned long Count
);
参数
[in] Port
读取的端口。[out] Buffer
从端口读取的数据写入此处。[in] Count
字节数读取。
要求
内部 |
体系结构 |
---|---|
__indwordstring |
x86, x64 |
头文件 <intrin.h>
备注
此实例只能用作内部。