CoFreeUnusedLibrariesEx.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ole".