NServiceBus.MessageQueueExtensions.GetSecurityDescriptorDacl C# (CSharp) Method

GetSecurityDescriptorDacl() private method

private GetSecurityDescriptorDacl ( IntPtr pSD, bool &daclPresent, IntPtr &pDacl, bool &daclDefaulted ) : bool
pSD System.IntPtr
daclPresent bool
pDacl System.IntPtr
daclDefaulted bool
return bool
        static extern bool GetSecurityDescriptorDacl(IntPtr pSD, out bool daclPresent, out IntPtr pDacl, out bool daclDefaulted);