VOID VideoPortZeroDeviceMemory(
|
PVOID Destination, | |
|
ULONG Length | |
|
); |
VideoPortZeroDeviceMemory fills an adapter frame buffer or other device memory with zeros.
Miniport drivers should always call this function, rather than VideoPortZeroMemory, to fill on-adapter memory with zeros.
A miniport’s HwVidInterrupt or HwVidSynchronizeExecutionCallback function can call VideoPortZeroDeviceMemory.
HwVidInterrupt, HwVidSynchronizeExecutionCallback, VideoPortGetDeviceBase, VideoPortZeroMemory