NServiceBus.MessageQueueExtensions.GetAclInformation C# (CSharp) Méthode

GetAclInformation() private méthode

private GetAclInformation ( IntPtr pAcl, ACL_SIZE_INFORMATION &pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass ) : bool
pAcl System.IntPtr
pAclInformation ACL_SIZE_INFORMATION
nAclInformationLength uint
dwAclInformationClass ACL_INFORMATION_CLASS
Résultat bool
        static extern bool GetAclInformation(IntPtr pAcl, ref ACL_SIZE_INFORMATION pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);