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