dll_thread_detach

To be called from DllMain with reason DLL_THREAD_DETACH

version(Windows)
pragma(inline, false)
bool
dll_thread_detach
(
bool detach_thread = true
,
bool exitTls = true
,
HINSTANCE hInstance = null
)

Return Value

Type: bool

true for success, false for failure

Meta