共用方式為


StorPortWritePortBufferUshort 宏 (storport.h)

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

語法

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

參數

h

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

p

包含要寫入之埠的位址。

b

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

c

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

傳回值

備註

如需詳細資訊,請參閱 ScsiPortWritePortBufferUshort。 如需此例程的非緩衝對等專案,請參閱 StorPortWritePortUshort

規格需求

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

另請參閱

ScsiPortWritePortBufferUshort

StorPortWritePortUshort