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