2020-06-15 14:18:57 +00:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_SECURITYIMPERSONATIONLEVEL_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_SECURITYIMPERSONATIONLEVEL_H_
|
|
|
|
|
2020-11-25 16:19:00 +00:00
|
|
|
#define kNtSecurityAnonymous 0
|
|
|
|
#define kNtSecurityIdentification 1
|
|
|
|
#define kNtSecurityImpersonation 2
|
|
|
|
#define kNtSecurityDelegation 3
|
2020-06-15 14:18:57 +00:00
|
|
|
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_SECURITYIMPERSONATIONLEVEL_H_ */
|