RTL_CLONE_PROCESS_FLAGS_NO_SYNCHRONIZE - 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_NO_SYNCHRONIZE 0x00000004 // don't update synchronization objects

// end_rev
#endif
#endif

View code on GitHub

No description available.