PROCESS_CREATE_PROCESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
#if (PHNT_MODE == PHNT_MODE_KERNEL)

//#define PROCESS_DUP_HANDLE 0x0040
#define PROCESS_CREATE_PROCESS 0x0080

#endif
#endif

View code on GitHub

No description available.