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