Scroll to navigation

CoFreeLibrary(3w) Wine API CoFreeLibrary(3w)

NAME

CoFreeLibrary (OLE32.@)

SYNOPSIS

void CoFreeLibrary
(
HINSTANCE hLibrary
)
 

DESCRIPTION

Unloads a library from memory.
 

PARAMS

hLibrary [In] Handle to library to unload.
 

RETURNS

Nothing.
 

SEE ALSO

CoLoadLibrary, CoFreeAllLibraries, CoFreeUnusedLibraries
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API