StorPortWritePortUchar - NtDoc

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

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

NtDoc

No description available.

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

StorPortWritePortUchar macro

Description

The StorPortWritePortUchar 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 ScsiPortWritePortUchar. For a buffered equivalent of this routine, see StorPortWritePortBufferUchar.

See also

ScsiPortWritePortUchar

StorPortWritePortBufferUchar