_SHELL_FreeLibrary

include shell.inc
VxDcall SHELL_FreeLibrary, <Handle>
 

Frees the given 16-bit library, removing it from memory if the reference count decrements to zero. This service is a thunk for the FreeLibrary function. Use C calling conventions.

Handle
Instance handle returned from a previous call to the SHELL_LoadLibrary service.

This service may be called only during application time. Failure to observe this restriction may crash the system.