1 write to data
System.Messaging (1)
System\Messaging\AccessControlList.cs (1)
151entries[i].data = (IntPtr)Marshal.AllocHGlobal(sidSize);
3 references to data
System.Messaging (3)
System\Messaging\AccessControlList.cs (3)
154if (!UnsafeNativeMethods.LookupAccountName(ace.Trustee.SystemName, name, entries[i].data, ref sidSize, domainName, ref domainSize, out sidtype)) 175if (entries[i].data != (IntPtr)0) 176Marshal.FreeHGlobal(entries[i].data);