0 out of 5 rated this helpful - Rate this topic

FreeLibrary and AfxFreeLibrary

Processes explicitly linking to a DLL call the FreeLibrary function when the DLL module is no longer needed. This function decrements the module's reference count and, if the reference count is zero, unmaps it from the address space of the process.

MFC applications should use AfxFreeLibrary instead of FreeLibrary to unload an extension DLL. The interface (function prototype) for AfxFreeLibrary is the same as FreeLibrary.

What do you want to do?

What do you want to know more about?

See Also

DLLs

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.