Expand Minimize
This topic has not yet been rated - Rate this topic

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

Shlwapi.h

DLL

Shlwapi.dll (version 5.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.