Searched refs:LocalAce (Results 1 – 1 of 1) sorted by relevance
86 PVOID LocalAce = NULL; in GetAllowedWorldAce() local106 Status = RtlGetAce(Acl, i, &LocalAce); in GetAllowedWorldAce()110 if (((PACE_HEADER)LocalAce)->AceType != ACCESS_ALLOWED_ACE_TYPE) in GetAllowedWorldAce()114 (PSID)&((PACCESS_ALLOWED_ACE)LocalAce)->SidStart)) in GetAllowedWorldAce()116 *Ace = (PACCESS_ALLOWED_ACE)LocalAce; in GetAllowedWorldAce()