StorPortReadPortBufferUshort 巨集 (storport.h)

StorPortReadPortBufferUshort 例程會從指定的埠位址讀取值。

語法

C++
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)
連結庫 Storport.lib

另請參閱

ScsiPortReadPortBufferUshort

StorPortReadPortUshort