VOID VideoPortReadPortBufferUshort(
|
PUSHORT Port, | |
|
PUSHORT Buffer, | |
|
ULONG Count | |
|
); |
VideoPortReadPortBufferUshort reads a number of USHORT values from a mapped I/O port into a buffer.
The buffer must be large enough to contain at least the specified number of USHORT values.
A miniport’s HwVidInterrupt or HwVidSynchronizeExecutionCallback function can call VideoPortReadPortBufferUshort.
HwVidInterrupt, HwVidSynchronizeExecutionCallback, VideoPortGetDeviceBase