NdisRawReadPortBufferUchar reads a specified number of bytes into a caller-supplied buffer.
VOID
NdisRawReadPortBufferUchar(
IN ULONG_PTR Port,
OUT PUCHAR Buffer,
IN ULONG Length
);
Declared in Ndis.h. Include Ndis.h.
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