nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
dll_process_attach
nulib
system
win32
dll
same as above, but checking for shared runtime
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)
pragma(
inline
, false)
bool
dll_process_attach
(
HINSTANCE
hInstance
,
bool
attach_threads
= true
)
Meta
Source
See Implementation
nulib
system
win32
dll
aliases
_tlsstart
functions
dll_fixTLS
dll_getRefCount
dll_process_attach
dll_process_detach
dll_thread_attach
dll_thread_detach
isSharedDRuntime
mixin templates
SimpleDllMain
static variables
__xl_a
_tls_end
_tls_index
_tls_start
tlsCtorRun
same as above, but checking for shared runtime