__inwordstring

Microsoft 专用

使用 rep insw 命令,读取从指定端口的数据。

void __inwordstring(
   unsigned short Port,
   unsigned short* Buffer,
   unsigned long Count
);

参数

  • [in] Port
    读取的端口。

  • [out] Buffer
    从端口读取的数据写入此处。

  • [in] Count
    数据的运行的数目阅读。

要求

内部

体系结构

__inwordstring

x86, x64

头文件 <intrin.h>

备注

此实例只能用作内部。

请参见

参考

编译器内部函数