win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinDeleteLibrary (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINLOAD
 
BOOL WinDeleteLibrary(hab, hlib)
HAB hab;      /* anchor-block handle             */
HLIB hlib;    /* handle of library to be deleted */
 
The WinDeleteLibrary function deletes a library previously loaded by the
WinLoadLibrary function.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hab        Identifies the anchor block.
 
hlib       Identifies the library to be deleted. This handle must have been
           created by the WinLoadLibrary function.
 
Return Value
 
The return value is TRUE if the function is successful or FALSE if an error
occurs.
 
See Also
 
WinLoadLibrary