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

規格需求

需求
目標平台 Universal
標頭 storport.h (包含 Storport.h)
程式庫 Storport.lib

另請參閱

ScsiPortReadPortBufferUshort

StorPortReadPortUshort