Scroll to navigation

CoFreeUnusedLibraries(3w) Wine API CoFreeUnusedLibraries(3w)

NAME

CoFreeUnusedLibraries (OLE32.@)

SYNOPSIS

void CoFreeUnusedLibraries
(
)
 

DESCRIPTION

Frees any unused libraries. Unused are identified as those that return S_OK from their DllCanUnloadNow function.
 

RETURNS

Nothing.
 

SEE ALSO

CoLoadLibrary, CoFreeAllLibraries, CoFreeLibrary
 

IMPLEMENTATION

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