// storport.h
void StorPortReadPortUlong(
[in] h,
[in] p
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortReadPortUlong 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 the ScsiPortReadPortUlong routine. For a buffered version of this routine see StorPortReadPortBufferUlong.