コード例 #1
0
ファイル: cSecurity.cs プロジェクト: nullkuhl/fsu-dev
 static extern bool GetAclInformation(IntPtr pAcl, ref ACL_SIZE_INFORMATION pAclInformation, int nAclInformationLength,
     ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #2
0
 static extern bool GetAclInformation(IntPtr pAcl, ref ACL_SIZE_INFORMATION pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #3
0
 public static extern bool SetAclInformation(
     IntPtr pAcl,
     IntPtr pAclInformation,
     uint nAclInformationLength,
     ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #4
0
 public static extern bool SetAclInformation(
     IntPtr pAcl,
     IntPtr pAclInformation,
     uint nAclInformationLength,
     ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #5
0
 protected unsafe static extern int GetAclInformation(
     ACL *pAcl,
     out ACL_SIZE_INFORMATION pAclInformation,
     uint nAclInformationLength,
     ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #6
0
 public static extern int SetAclInformation([NativeTypeName("PACL")] ACL *pAcl, [NativeTypeName("LPVOID")] void *pAclInformation, [NativeTypeName("DWORD")] uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);
コード例 #7
0
ファイル: AdvAPI32.cs プロジェクト: noqisofon/libpyrite
 public static extern bool GetAclInformation(
     IntPtr pAcl,
     ref _ACL_REVISION_INFORMATION pAclInformation,
     uint nAclInformationLength,
     ACL_INFORMATION_CLASS dwAclInformationClass
     );