// storport.h
void StorPortWritePortUchar(
h,
p,
v
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortWritePortUchar routine writes a value to a specified register address.
hPointer to the hardware device extension.
pContains the address of the port to be written to.
vContains the value to be written.
For more information, see ScsiPortWritePortUchar. For a buffered equivalent of this routine, see StorPortWritePortBufferUchar.