Exemplo n.º 1
0
 protected unsafe static extern int AddAce(
     ACL *pAcl,
     uint dwAceRevision,
     uint dwStartingAceIndex,
     ACE_HEADER *pAceList,
     uint nAceListLength);
Exemplo n.º 2
0
 protected unsafe static extern int GetAce(
     ACL *pAcl,
     uint dwAceIndex,
     out ACE_HEADER *pAce);