Searched refs:dwAceIndex (Results 1 – 1 of 1) sorted by relevance
1166 BOOL WINAPI DeleteAce(PACL pAcl, DWORD dwAceIndex) in DeleteAce() argument1168 return set_ntstatus(RtlDeleteAce(pAcl, dwAceIndex)); in DeleteAce()1186 BOOL WINAPI GetAce(PACL pAcl,DWORD dwAceIndex,LPVOID *pAce ) in GetAce() argument1188 return set_ntstatus(RtlGetAce(pAcl, dwAceIndex, pAce)); in GetAce()