VOID
NdisRawReadPortBufferUshort(
IN ULONG Port,
OUT PUSHORT Buffer,
IN ULONG Length
);
NdisRawReadPortBufferUshort reads a specified number of USHORTs into a caller-supplied buffer.
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