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 dll CanUnloadNow function.

PARAMS

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

RETURNS

Nothing.

SEE ALSO

CoLoadLibrary, CoFreeAllLibraries, CoFreeLibrary

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.