StorPortWritePortBufferUshort macro (storport.h)

The StorPortWritePortBufferUshort routine writes a value to a specified register address.

Syntax

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

Parameters

h

Pointer to the hardware device extension.

p

Contains the address of the port to be written to.

b

Pointer to the buffer containing the data to be written.

c

Contains the number of data items of size sizeof(USHORT) to be written.

Return value

None

Remarks

For more information, see ScsiPortWritePortBufferUshort. For a non-buffered equivalent of this routine, see StorPortWritePortUshort.

Requirements

Requirement Value
Target Platform Universal
Header storport.h (include Storport.h)
Library Storport.lib

See also

ScsiPortWritePortBufferUshort

StorPortWritePortUshort