StorPortWritePortBufferUlong 宏 (storport.h)

StorPortWritePortBufferUlong 例程會將值寫入指定的緩存器位址。

語法

void StorPortWritePortBufferUlong(
   h,
   p,
   b,
   c
);

參數

h

硬體裝置擴充功能的指標。

p

包含要寫入之埠的位址。

b

包含要寫入之數據的緩衝區指標。

c

包含要寫入之大小 為 sizeof (ULONG) 的數據項數目。

傳回值

備註

如需詳細資訊,請參閱 ScsiPortWritePortBufferUlong。 如需與此例程相等的非緩衝,請參閱 StorPortWritePortUlong

規格需求

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

另請參閱

ScsiPortWritePortBufferUlong

StorPortWritePortUlong