WOWGetVDMPointerUnfix

Windows 95 and Windows 98: The WOWGetVDMPointerUnfix function uses the GlobalUnfix function to unfix a pointer retrieved by the WOWGetVDMPointerFix function.

Windows NT: This function has no effect.

VOID WINAPI WOWGetVDMPointerUnfix(
  LPCSTR vp  // 32-bit linear address
);
 

Parameters

vp
Address retrieved by the WOWGetVDMPointerFix function.

Return Values

This function does not return a value.

See Also

WOWGetVDMPointerFix