WOWGlobalUnlockFree16

The WOWGlobalUnlockFree16 function combines the functionality of the WOWGlobalUnlock16 and WOWGlobalFree16 functions.

WORD WINAPI WOWGlobalUnlockFree16(
  DWORD vpMem  // address of memory block
);
 

Parameters

vpMem
Address of memory block returned by the WOWGlobalLock16 or WOWGlobalAllocLock16 function.

Return Values

Returns NULL if successful.

See Also

WOWGlobalAllocLock16, WOWGlobalFree16, WOWGlobalLock16, WOWGlobalUnlock16