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