dll_process_attach

same as above, but only usable if druntime is linked statically

  1. bool dll_process_attach(HINSTANCE hInstance, bool attach_threads, void* tlsstart, void* tlsend, void* tls_callbacks_a, int* tlsindex)
  2. bool dll_process_attach(HINSTANCE hInstance, bool attach_threads)
    version(Windows)
    bool
    dll_process_attach
    (
    HINSTANCE hInstance
    ,
    bool attach_threads = true
    )

Meta