public static class DsGetDC.DOMAIN_CONTROLLER_INFO extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
DsGetDC.DOMAIN_CONTROLLER_INFO.ByReference |
Structure.ByValue
Modifier and Type | Field and Description |
---|---|
WString |
ClientSiteName
Pointer to a null-terminated WString that specifies the name of the site that the
computer belongs to.
|
WString |
DcSiteName
Pointer to a null-terminated WString that specifies the name of the site where the
domain controller is located.
|
WString |
DnsForestName
Pointer to a null-terminated WString that specifies the name of the domain at the root
of the DS tree.
|
WString |
DomainControllerAddress
Pointer to a null-terminated WString that specifies the address of the discovered
domain controller.
|
int |
DomainControllerAddressType
Indicates the type of WString that is contained in the DomainControllerAddress member.
|
WString |
DomainControllerName
Pointer to a null-terminated WString that specifies the computer name
of the discovered domain controller.
|
Guid.GUID |
DomainGuid
The GUID of the domain.
|
WString |
DomainName
Pointer to a null-terminated WString that specifies the name of the domain.
|
int |
Flags
Contains a set of flags that describe the domain controller.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
DsGetDC.DOMAIN_CONTROLLER_INFO() |
DsGetDC.DOMAIN_CONTROLLER_INFO(Pointer memory) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
public WString DomainControllerName
public WString DomainControllerAddress
public int DomainControllerAddressType
public Guid.GUID DomainGuid
public WString DomainName
public WString DnsForestName
public int Flags
public WString DcSiteName
public WString ClientSiteName
public DsGetDC.DOMAIN_CONTROLLER_INFO()
public DsGetDC.DOMAIN_CONTROLLER_INFO(Pointer memory)