THREAD_CREATE_FLAGS_SKIP_LOADER_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
// User processes and threads
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// begin_rev

#define THREAD_CREATE_FLAGS_SKIP_LOADER_INIT 0x00000020 // NtCreateThreadEx only

// end_rev
#endif
#endif

View code on GitHub

This flags indicates that the system should set the SkipLoaderInit flag in TEB. Used internally.

Applicable to

Related flags

See also