UINT FreeSelector(uSelector) | |||||
UINT uSelector; | /* selector to be freed | */ |
The FreeSelector function frees a selector originally allocated by the AllocSelector or AllocDStoCSAlias function. After the application calls this function, the selector is invalid and must not be used.
An application should not use this function unless it is absolutely necessary, since its use violates preferred Windows programming practices.
uSelector
Specifies the selector to be freed.
The return value is zero if the function is successful. Otherwise, it is the selector specified by the uSelector parameter.