Home
last modified time | relevance | path

Searched refs:dwAceIndex (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c1166 BOOL WINAPI DeleteAce(PACL pAcl, DWORD dwAceIndex) in DeleteAce() argument
1168 return set_ntstatus(RtlDeleteAce(pAcl, dwAceIndex)); in DeleteAce()
1186 BOOL WINAPI GetAce(PACL pAcl,DWORD dwAceIndex,LPVOID *pAce ) in GetAce() argument
1188 return set_ntstatus(RtlGetAce(pAcl, dwAceIndex, pAce)); in GetAce()