Home | History | Annotate | Download | only in ddk

Lines Matching refs:SECURITY_MAX_IMPERSONATION_LEVEL

2061 #define SECURITY_MAX_IMPERSONATION_LEVEL SecurityDelegation
2064 #define VALID_IMPERSONATION_LEVEL(Level) (((Level) >= SECURITY_MIN_IMPERSONATION_LEVEL) && ((Level) <= SECURITY_MAX_IMPERSONATION_LEVEL))