GlobalDosFree

3.0

  UINT GlobalDosFree(uSelector)    
  UINT uSelector; /* memory to free, */  

The GlobalDosFree function frees a global memory object previously allocated by the GlobalDosAlloc function.

Parameters

uSelector

Identifies the memory object to be freed.

Return Value

The return value is zero if the function is successful. Otherwise, it is equal to the uSelector parameter.

See Also

GlobalDosAlloc