4 writes to TopLevelName
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
135
Interop.NtDll.RtlInitUnicodeString(out record.
TopLevelName
, ptr);
165
Interop.NtDll.RtlInitUnicodeString(out record.
TopLevelName
, ptr);
381
record.
TopLevelName
= *(global::Interop.UNICODE_STRING*)myPtr;
389
record.
TopLevelName
= *(global::Interop.UNICODE_STRING*)myPtr;
3 references to TopLevelName
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (3)
382
TopLevelName TLN = new TopLevelName(record.Flags, record.
TopLevelName
, record.Time);
390
string excludedName = Marshal.PtrToStringUni(record.
TopLevelName
.Buffer, record.
TopLevelName
.Length / 2);