Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
455 B

  1. HRESULT
  2. ConvertSecDesToNDSAclVarArray(
  3. IADsSecurityDescriptor *pSecDes,
  4. PVARIANT pvarNDSAcl
  5. );
  6. HRESULT
  7. GetDacl(
  8. IADsSecurityDescriptor *pSecDes,
  9. PVARIANT pvarNDSAcl
  10. );
  11. HRESULT
  12. ConvertAccessControlListToNDSAclVarArray(
  13. IADsAccessControlList FAR * pAccessList,
  14. PVARIANT pvarNDSAcl
  15. );
  16. HRESULT
  17. ConvertAccessControlEntryToAceVariant(
  18. IADsAccessControlEntry * pAccessControlEntry,
  19. PVARIANT pvarNDSAce
  20. );