共用方式為


StorPortWritePortBufferUchar 巨集 (storport.h)

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

語法

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

參數

h

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

p

包含要寫入之埠的位址。

b

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

c

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

傳回值

沒有

言論

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

要求

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

另請參閱

ScsiPortWritePortBufferUchar

StorPortWritePortUchar