TOKEN_SECURITY_ATTRIBUTE_NON_INHERITABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSEAPI_H
//
// Authz
//
// begin_rev

// Flags

// Attribute must not be inherited across process spawns.
#define TOKEN_SECURITY_ATTRIBUTE_NON_INHERITABLE 0x0001

// end_rev
#endif

View code on GitHub

No description available.