// storport.h
void StorPortWritePortBufferUchar(
h,
p,
b,
c
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortWritePortBufferUchar 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.
bPointer to the buffer containing the data to be written.
cContains the number of data items of size sizeof(UCHAR) to be written.
For more information, see ScsiPortWritePortBufferUchar. For a nonbuffered equivalent of this routine, see StorPortWritePortUchar.