VOID VideoPortReadRegisterBufferUlong(
|
PULONG Register, | |
|
PULONG Buffer, | |
|
ULONG Count | |
|
); |
VideoPortReadRegisterBufferUlong reads a number of ULONG values from a mapped device memory range into a buffer.
The buffer must be large enough to contain at least the specified number of ULONG values.
A miniport’s HwVidInterrupt or HwVidSynchronizeExecutionCallback function can call VideoPortReadRegisterBufferUlong.
HwVidInterrupt, HwVidSynchronizeExecutionCallback, VideoPortGetDeviceBase