共用方式為


StorPortReadPortBufferUchar 巨集 (storport.h)

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

語法

void StorPortReadPortBufferUchar(
  [in]  h,
  [in]  p,
  [in]  b,
  [in]  c
);

參數

[in] h

硬體裝置延伸模組的指標。

[in] p

要從中讀取之位址的指標。

[in] b

接收讀取數據之緩衝區的指標。

[in] c

要讀取的不帶正負號字元數。

包含計數的 ULONG。

傳回值

沒有

言論

如需詳細資訊,請參閱 ScsiPortReadPortBufferUchar 例程。 如需此例程的非緩衝區版本,請參閱 StorPortReadPortUchar

要求

要求 價值
目標平臺 普遍
標頭 storport.h (包括 Storport.h)
連結庫 Storport.lib

另請參閱

ScsiPortReadPortBufferUchar

StorPortReadPortUchar