Platform SDK: DLLs, Processes, and Threads

WOWGetVDMPointerUnfix

Windows 95/98: 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.

Windows NT/Windows 2000: This function has no effect.

VOID WINAPI WOWGetVDMPointerUnfix(
  DWORD vp  // 16:16 address
);

Parameters

vp
[in] Valid 16:16 address as specified in the WOWGetVDMPointerFix function.

Return Values

This function does not return a value.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Wownt32.h.
  Library: Included as a resource in Wow32.dll.

See Also

Generic Thunks Overview, 32-bit Generic Thunk Functions, WOWGetVDMPointerFix