WOWGlobalUnlock16

The WOWGlobalUnlock16 function unlocks a global memory object.

BOOL WINAPI WOWGlobalUnlock16(
  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 zero if the object's lock count was decremented (decreased by one) to zero. Otherwise, returns a nonzero value.