UINT GlobalDosFree(uSelector) | ||||
UINT uSelector; | /* memory to free, */ |
The GlobalDosFree function frees a global memory object previously allocated by the GlobalDosAlloc function.
uSelector
Identifies the memory object to be freed.
The return value is zero if the function is successful. Otherwise, it is equal to the uSelector parameter.