StorPortReadPortBufferUlong 例程會從指定的埠位址讀取值。
語法
void StorPortReadPortBufferUlong(
[in] h,
[in] p,
[in] b,
[in] c
);
參數
[in] h
硬體裝置延伸模組的指標。
[in] p
要從中讀取之位址的指標。
[in] b
接收讀取數據之緩衝區的指標。
[in] c
指定要讀取的數據項數目。 每個數據項的大小為 sizeof(ULONG)。
傳回值
沒有
言論
如需詳細資訊,請參閱 ScsiPortReadPortBufferUlong 例程。 如需此例程的非緩衝區版本,請參閱 StorPortReadPortUlong。
要求
要求 | 價值 |
---|---|
目標平臺 | 普遍 |
標頭 | storport.h (包括 Storport.h) |
連結庫 | Storport.lib |