// storport.h
void StorPortReadPortBufferUlong(
[in] h,
[in] p,
[in] b,
[in] c
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortReadPortBufferUlong 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.
b [in]A pointer to the buffer that receives the data that is read.
c [in]Specifies the number of data items to be read. Each data item has a size of sizeof(ULONG).
For more information, see the ScsiPortReadPortBufferUlong routine. For a nonbuffered version of this routine, see StorPortReadPortUlong.