|
CoFreeAllLibraries
Frees all the DLLs that have been loaded with the CoLoadLibrary function, regardless of whether they are currently in use.
- oid CoFreeAllLibraries();
Comments
The OLE Component Object Model(COM) library maintains a list of loaded DLLs
for each process that CoFreeAllLibraries uses to unload the libraries. The CoUninitialize function calls CoFreeAllLibraries internally, so OLE applications usually have no need to call this function
directly.
See Also
CoLoadLibrary, CoFreeLibrary, CoFreeUnusedLibraries, CoUninitialize
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|