RTL_CLONE_PROCESS_FLAGS_INHERIT_HANDLES - 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_INHERIT_HANDLES 0x00000002

// end_rev
#endif
#endif

View code on GitHub

No description available.