|   
 
 
 | 
						
							
								| FreeLibrary The FreeLibrary function decrements the reference count of the loaded dynamic-link library (DLL) module. | VB4-32,5,6 Declare Function FreeLibrary Lib "kernel32" Alias "FreeLibrary" (ByVal hLibModule As Long) As Long
 | 
 
 
 | Operating Systems Supported | 
 | Requires Windows NT 3.1 or later; Requires Windows 95 or later | 
 
 | · hLibModule Identifies the loaded library module. The LoadLibrary or GetModuleHandle function returns this handle.
 | 
 | If the function succeeds, the return value is nonzero. 
 If the function fails, the return value is zero. To get extended error information, call GetLastError.
 | 
 
 
     |  |  |