public static class DsGetDC.DS_DOMAIN_TRUSTS extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
DsGetDC.DS_DOMAIN_TRUSTS.ByReference |
Structure.ByValue
Modifier and Type | Field and Description |
---|---|
WString |
DnsDomainName
Pointer to a null-terminated string that contains the DNS name of the domain.
|
Guid.GUID |
DomainGuid
Contains the GUID of the domain represented by this structure.
|
WinNT.PSID.ByReference |
DomainSid
Contains the security identifier of the domain represented by this structure.
|
NativeLong |
Flags
Contains a set of flags that specify more data about the domain trust.
|
WString |
NetbiosDomainName
Pointer to a null-terminated string that contains the NetBIOS name of the domain.
|
NativeLong |
ParentIndex
Contains the index in the Domains array returned by the DsEnumerateDomainTrusts function that
corresponds to the parent domain of the domain represented by this structure.
|
NativeLong |
TrustAttributes
Contains a value that indicates the attributes of the trust represented by this structure.
|
NativeLong |
TrustType
Contains a value that indicates the type of trust represented by this structure.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
DsGetDC.DS_DOMAIN_TRUSTS() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
public WString NetbiosDomainName
public WString DnsDomainName
public NativeLong Flags
public NativeLong ParentIndex
public NativeLong TrustType
public NativeLong TrustAttributes
public WinNT.PSID.ByReference DomainSid
public Guid.GUID DomainGuid