dll_thread_attach

To be called from DllMain with reason DLL_THREAD_ATTACH

version(Windows)
pragma(inline, false)
bool
dll_thread_attach
(
bool attach_thread = true
,
bool initTls = true
,
HINSTANCE hInstance = null
)

Return Value

Type: bool

true for success, false for failure

Meta