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