HomeSort by relevance Sort by last modified time
    Searched refs:PACL (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aclapi.h 43 WINADVAPI DWORD WINAPI SetEntriesInAclA(ULONG cCountOfExplicitEntries,PEXPLICIT_ACCESS_A pListOfExplicitEntries,PACL OldAcl,PACL *NewAcl);
44 WINADVAPI DWORD WINAPI SetEntriesInAclW(ULONG cCountOfExplicitEntries,PEXPLICIT_ACCESS_W pListOfExplicitEntries,PACL OldAcl,PACL *NewAcl);
45 WINADVAPI DWORD WINAPI GetExplicitEntriesFromAclA(PACL pacl,PULONG pcCountOfExplicitEntries,PEXPLICIT_ACCESS_A *pListOfExplicitEntries);
46 WINADVAPI DWORD WINAPI GetExplicitEntriesFromAclW(PACL pacl,PULONG pcCountOfExplicitEntries,PEXPLICIT_ACCESS_W *pListOfExplicitEntries);
47 WINADVAPI DWORD WINAPI GetEffectiveRightsFromAclA(PACL pacl,PTRUSTEE_A pTrustee,PACCESS_MASK pAccessRights)
    [all...]
mdbrole.hxx 31 WINBOOL ROLDLLEXP ROLEAPI FCanonicalAcl(PACL pacl);
fwpmu.h 190 PACL *dacl,
191 PACL *sacl,
230 PACL *dacl,
231 PACL *sacl,
297 PACL *dacl,
298 PACL *sacl,
380 PACL *dacl,
381 PACL *sacl,
419 PACL *dacl,
420 PACL *sacl
    [all...]
aclui.h 103 STDMETHOD_(WINBOOL,IsDaclCanonical) (THIS_ PACL pDacl) PURE;
138 STDMETHOD(GetInheritSource)(SECURITY_INFORMATION si,PACL pACL,PINHERITED_FROM *ppInheritArray) PURE;
wtypes.h 267 typedef struct _ACL *PACL;
274 PACL Sacl;
275 PACL Dacl;
winbase.h     [all...]
winnt.h     [all...]
  /external/webrtc/webrtc/base/
win32filesystem.cc 125 PACL acl = reinterpret_cast<PACL>(acl_bytes.get());
  /external/icu/icu4c/source/common/
umapfile.c 118 /* give the security descriptor a Null Dacl done using the "TRUE, (PACL)NULL" here */
119 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 410 PACL Sacl;
411 PACL Dacl;
620 PACL DefaultDacl;
    [all...]
wdm.h     [all...]

Completed in 128 milliseconds