.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoFreeUnusedLibrariesEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoFreeUnusedLibrariesEx\fR (OLE32.@) .SH SYNOPSIS void CoFreeUnusedLibrariesEx ( DWORD \fIdwUnloadDelay\fR, DWORD \fIdwReserved\fR ) .SH DESCRIPTION .PP Frees any previously unused libraries whose delay has expired and marks currently unused libraries for unloading. Unused are identified as those that return \fBS_OK\fR from their DllCanUnloadNow function. .SH PARAMS \fIdwUnloadDelay\fR \fB[In]\fR Unload delay in milliseconds. .PP \fIdwReserved\fR \fB[In]\fR Reserved. Set to \fB0.\fR .PP .SH RETURNS .PP Nothing. .SH SEE ALSO .PP CoLoadLibrary, CoFreeAllLibraries, CoFreeLibrary .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.