![]() |
DLL_IMPLEMENTATION | Language Extension |
dll.h |
Ends the DLL interface section.
This macro ends the DLL interface section. Any symbol declared after it can not be exported from the DLL. Usually, the implementation part contains the bodies of all exported functions, and possible some more (helping) functions. See DLL_INTERFACE for more information about the structure of the interface section.