Determines whether the current thread is supposed to skip calling DllMain with DLL_THREAD_ATTACH
reason on loaded modules.
Implementation details
The function checks for SkipThreadAttach
and RanProcessInit
flags in TEB
.
This functionality is not exposed in Win32 API.
See also