dll_thread_attach

To be called from DllMain with reason DLL_THREAD_ATTACH

version(Windows)
bool
dll_thread_attach
(
bool attach_thread = true
,
bool initTls = true
)

Return Value

Type: bool

true for success, false for failure

Meta