VOID VideoPortReadRegisterBufferUshort(
|
PUSHORT Register, | |
|
PUSHORT Buffer, | |
|
ULONG Count | |
|
); |
VideoPortReadRegisterBufferUshort reads a number of USHORT values from a mapped device memory range 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 VideoPortReadRegisterBufferUshort.
HwVidInterrupt, HwVidSynchronizeExecutionCallback, VideoPortGetDeviceBase