title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FreeLibrary and AfxFreeLibrary | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
4a48d290-3971-43e9-8e97-ba656cd0c8f8 |
11 |
corob-msft |
corob |
ghogen |
Processes that explicitly link 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.
In an MFC application, use AfxFreeLibrary instead of FreeLibrary
to unload an MFC extension DLL. The interface (function prototype) for AfxFreeLibrary
is the same as FreeLibrary
.