#ifndef _NTSEAPI_H
//
// Authz
//
// begin_rev
// Reserve upper 16 bits for custom flags. These should be preserved but not
// validated as they do not affect security in any way.
#define TOKEN_SECURITY_ATTRIBUTE_CUSTOM_FLAGS 0xffff0000
View code on GitHub
No description available.