// storport.h
void StorPortReadPortUshort(
[in] h,
[in] p
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortReadPortUshort routine reads a value from a specified port address.
h [in]A pointer to the hardware device extension.
p [in]A pointer to the address from which to read.
For more information, see ScsiPortReadPortBufferUshort. For a buffered version of this routine, see StorPortReadPortBufferUshort.