WORD GlobalDosFree(wSelector)
This function frees a block of global memory previously allocated by a call to the GlobalDosAlloc function.
Parameter | Type/Description |
wSelector | WORD Specifies the memory to be freed. |
The return value identifies the outcome of the function. It is NULL if the function is successful. Otherwise, it is equal to wSelector.