VOID
NdisRawReadPortBufferUchar(
IN ULONG Port,
OUT PUCHAR Buffer,
IN ULONG Length
);
NdisRawReadPortBufferUchar reads a specified number of bytes into a caller-supplied buffer.
NdisRawReadPortBufferUchar reads each byte, one at a time, from the given I/O port into the given buffer.
Callers of NdisRawReadPortBufferUchar can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortBufferUlong, NdisRawReadPortBufferUshort, NdisRawReadPortUchar, NdisRawWritePortBufferUchar