CoFreeAllLibraries 3PH4BC9
Frees all the
DLLs that have been loaded with the CoLoadLibrary2APZM3O function (called
internally by CoGetClassObject), regardless of whether they are
currently in use. This function is usually not called directly, because CoUninitialize
and OleUninitialize call it internally.
void
CoFreeAllLibraries();
Remarks
To unload
libraries, CoFreeAllLibraries uses a list of loaded DLLs for each
process that the COM library maintains. The CoUninitializeITVXER function calls CoFreeAllLibraries
internally, so OLE applications usually have no need to call this function
directly.
See Also
CoLoadLibrary, CoFreeLibrary, CoFreeUnusedLibraries, CoUninitialize, OleUninitialize