NServiceBus.MessageQueueExtensions.GetAclInformation C# (CSharp) Method

GetAclInformation() private method

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
return bool
        static extern bool GetAclInformation(IntPtr pAcl, ref ACL_SIZE_INFORMATION pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);