PBYTE GetVDMPointer(Address, Size, ProtectedMode)
IN ULONG Address;
IN ULONG Size;
IN BOOL ProtectedMode;
GetVDMPointer returns the linear address for a given x86 address.
GetVDMPointer returns the linear address.
The VDDs should use this function to convert an x86-type address rather than shifting the segment by four and adding the offset. This makes linear addresses platform-independent.
FlushVdmPointer, FreeVdmPointer