BOOL FlushVDMPointer(Addr, Size, Buffer,
ProtectedMode)
IN ULONG Addr;
IN USHORT Size;
PBYTE Buffer;
IN BOOL ProtectedMode;
FlushVDMPointer flushes any data associated with the memory range. This is required due to the CPU emulator.
FlushVDMPointer returns TRUE if successful. Otherwise an error message is logged.
VDDs should use this function to ensure that a nonx86 machine CPU emulator gets a chance to flush any data associated with a memory range.
GetVDMPointer