This function reads a specified number of bytes into a caller-supplied buffer.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
VOID NdisRawReadPortBufferUchar( IN ULONG Port,
OUT PUCHAR Buffer, IN ULONG Length );
This function reads each byte, one at a time, from the given I/O port into the given buffer.
A driver that calls this function can run at any IRQL.
NdisMRegisterIoPortRange, NdisRawReadPortBufferUlong, NdisRawReadPortBufferUshort, NdisRawReadPortUchar, NdisRawWritePortBufferUchar