This function reads a specified number of ULONGs into a caller-supplied buffer.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
VOID NdisRawReadPortBufferUlong( IN ULONG Port,
OUT PULONG Buffer, IN ULONG Length );
This function reads each ULONG value, 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, NdisRawReadPortBufferUchar, NdisRawReadPortBufferUshort, NdisRawReadPortUlong, NdisRawWritePortBufferUlong