RTL_CLONE_PROCESS_FLAGS_CREATE_SUSPENDED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_VISTA)
// begin_rev

#define RTL_CLONE_PROCESS_FLAGS_CREATE_SUSPENDED 0x00000001

// end_rev
#endif
#endif

View code on GitHub

No description available.