NdisRawReadPortBufferUshort reads a specified number of USHORTs into a caller-supplied buffer.
VOID
NdisRawReadPortBufferUshort(
IN ULONG_PTR Port,
OUT PUSHORT Buffer,
IN ULONG Length
);
Declared in Ndis.h. Include Ndis.h.
NdisRawReadPortBufferUshort reads each USHORT value, one at a time, from the given I/O port into the given buffer.
Callers of NdisRawReadPortBufferUshort can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortBufferUchar, NdisRawReadPortBufferUlong, NdisRawReadPortUshort, NdisRawWritePortBufferUshort