◄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 ♦