CoFreeUnusedLibrariesEx (OLE32.@)
void CoFreeUnusedLibrariesEx ( DWORD dwUnloadDelay, DWORD dwReserved )
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.
dwUnloadDelay | [In] | Unload delay in milliseconds. |
dwReserved | [In] | Reserved. Set to 0. |
Nothing.
CoLoadLibrary, CoFreeAllLibraries, CoFreeLibrary
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 Jan 2008.