MLFreeLibrary function
[This function is not available for use as of Windows 7.]
Unmaps a resource DLL loaded by the MLLoadLibrary function.
Syntax
BOOL MLFreeLibrary( _In_ HMODULE hModule );
Parameters
- hModule [in]
-
Type: HMODULE
The handle previously returned by a successful call to the MLLoadLibrary function.
Return value
Type: BOOL
Returns a nonzero value on success, or zero otherwise. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
End of client support |
Windows Vista |
|
End of server support |
Windows Server 2008 |
|
Header |
|
|
DLL |
|