WOWGlobalFree16

The WOWGlobalFree16 function frees the specified global memory object.

WORD WINAPI WOWGlobalFree16(
  WORD hMem  // handle to the global memory object
);
 

Parameters

hMem
Handle to the object in the 16-bit global heap. This value must have been obtained from the WOWGlobalAlloc16 or WOWGlobalAllocLock16 function.

Return Values

Returns NULL if successful.

See Also

WOWGlobalAlloc16, WOWGlobalAllocLock16