StorPortWritePortUshort - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

void StorPortWritePortUshort(
  h,
  p,
  v
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportwriteportushort)

StorPortWritePortUshort macro

Description

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

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.

Remarks

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

See also

ScsiPortWritePortUshort

StorPortWritePortBufferUshort