hmod
(
HMODULE
) - input
The handle of the dynamic link module that is to be freed.
ulrc
(
APIRET
) - returns
Return Code.
DosFreeModule returns one of the following values:
NO_ERROR 6
ERROR_INVALID_HANDLE
12
ERROR_INVALID_ACCESS
95
ERROR_INTERRUPT
For a full list of error codes, see
Errors
.
[Back]
[Next]