.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoFreeUnusedLibraries 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoFreeUnusedLibraries\fR (OLE32.@) .SH SYNOPSIS void CoFreeUnusedLibraries ( ) .SH DESCRIPTION .PP Frees any unused libraries. Unused are identified as those that return \fBS_OK\fR from their DllCanUnloadNow function. .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.