// storport.h
void StorPortWritePortUshort(
h,
p,
v
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortWritePortUshort 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 ScsiPortWritePortUshort. For a buffered equivalent of this routine, see StorPortWritePortBufferUshort.