StorPortWritePortUshort macro (storport.h)

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

Syntax

void StorPortWritePortUshort(
   h,
   p,
   v
);

Parameters

h

Pointer to the hardware device extension.

p

Contains the address of the port to be written to.

v

Contains the value to be written.

Return value

None

Remarks

For more information, see ScsiPortWritePortUshort. For a buffered equivalent of this routine, see StorPortWritePortBufferUshort.

Requirements

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

See also

ScsiPortWritePortUshort

StorPortWritePortBufferUshort