SimpleDllMain

A mixin to provide a DllMain which calls the necessary D runtime initialization and termination functions automatically.

Members

Functions

DllMain
BOOL DllMain(HINSTANCE hInstance, DWORD ulReason, LPVOID reserved)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

module dllmain;
import nulib.system.win32.dll;
mixin SimpleDllMain;

Meta