VC_ReadIOMemoryBlock(dst, src, cnt)
The VC_ReadIOMemoryBlock macro reads a specified number of bytes from a device’s mapped I/O memory space into system memory space.
None.
Kernel-mode video capture drivers typically use the VC_ReadIOMemoryBlock macro to read a block of memory within the frame buffer. Drivers can obtain the frame buffer’s base address by calling VC_GetFrameBuffer.
Using the VC_ReadIOMemoryBlock macro to read I/O space helps ensure driver portability across system platforms.