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