CoFreeAllLibraries (ole32)
Last changed: anonymous

.
Summary
Frees all the DLLs that have been loaded with the CoLoadLibrary function, regardless of whether they are currently in use.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true)]
static extern void CoFreeAllLibraries();

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation