VOID VideoPortReadPortBufferUlong(
PULONG Port, | |
PULONG Buffer, | |
ULONG Count | |
); |
VideoPortReadPortBufferUlong reads a number of ULONG values from a mapped I/O port 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 VideoPortReadPortBufferUlong.
HwVidInterrupt, HwVidSynchronizeExecutionCallback, VideoPortGetDeviceBase