Dynamic Link Libraries Function Descriptions
Table 30.1 summarizes the functions used to work with dynamic link libraries. A detailed description of each of these functions follows the table.
Function | Purpose |
---|---|
DisableThreadLibraryCalls | Prevents Windows from sending notifications to the specified library during thread creation and termination. |
DLLEntryPoint | Optional notification entry point for dynamic link libraries. |
FreeLibrary | Decrements the usage count of a loaded DLL and releases the DLL from memory when the usage count reaches zero. |
FreeLibraryAndExitThread | Decrements the usage count of a loaded DLL and releases the DLL from memory when the usage count reaches zero. Terminates the calling thread. ... |
Get Microsoft Windows 2000 API SuperBible now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.