StorPortReadPortBufferUshort 宏 (storport.h)
StorPortReadPortBufferUshort 例程从指定的端口地址读取值。
语法
void StorPortReadPortBufferUshort(
[in] h,
[in] p,
[in] b,
[in] c
);
参数
[in] h
指向硬件设备扩展的指针。
[in] p
指向要从中读取的地址的指针。
[in] b
指向接收读取的数据的缓冲区的指针。
[in] c
要读取的数据项数。 每个数据项 的大小 为 (USHORT) 。
返回值
无
备注
有关详细信息,请参阅 ScsiPortReadPortBufferUshort。 有关此例程的非缓冲区版本,请参阅 StorPortReadPortUshort。
要求
要求 | 值 |
---|---|
目标平台 | 通用 |
标头 | storport.h (包括 Storport.h) |
Library | Storport.lib |