dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
dll_process_attach
core
sys
windows
dll
same as above, but only usable if druntime is linked statically
bool
dll_process_attach
(HINSTANCE hInstance, bool attach_threads, void* tlsstart, void* tlsend, void* tls_callbacks_a, int* tlsindex)
bool
dll_process_attach
(HINSTANCE hInstance, bool attach_threads)
version(Windows)
bool
dll_process_attach
(
HINSTANCE
hInstance
,
bool
attach_threads
= true
)
Meta
Source
See Implementation
core
sys
windows
dll
functions
dll_process_attach
dll_process_detach
dll_thread_attach
dll_thread_detach
mixin templates
SimpleDllMain
static variables
_tls_index
same as above, but only usable if druntime is linked statically