WOWGetVDMPointerUnfix
The WOWGetVDMPointerUnfix function uses the GlobalUnfix function to unfix the specified 16-bit memory block. This function can only be called in the context of a thunk.
This function has no effect except on Windows Me/98/95.
VOID WINAPI WOWGetVDMPointerUnfix(
DWORD vp
);
Parameters
- vp
[in] Valid 16:16 address as specified in the WOWGetVDMPointerFix function.
Return Value
This function does not return a value.
Requirements
Client | Requires Windows Me, Windows 98, or Windows 95. |
Header | Declared in Wownt32.h. |
Library | Use Wow32.lib. |
DLL | Requires Wow32.dll. |
See Also
Generic Thunks Overview
32-bit Generic Thunk Functions
WOWGetVDMPointerFix