Scroll to navigation

CoFreeUnusedLibrariesEx(3w) Wine API CoFreeUnusedLibrariesEx(3w)

NAME

CoFreeUnusedLibrariesEx (OLE32.@)

SYNOPSIS

void CoFreeUnusedLibrariesEx
(
DWORD dwUnloadDelay,
DWORD dwReserved
)
 

DESCRIPTION

Frees any previously unused libraries whose delay has expired and marks currently unused libraries for unloading. Unused are identified as those that return S_OK from their DllCanUnloadNow function.
 

PARAMS

dwUnloadDelay [In] Unload delay in milliseconds.
dwReserved [In] Reserved. Set to 0.
 

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