DsGetDC.DOMAIN_CONTROLLER_INFO.ByReference
@FieldOrder({"DomainControllerName","DomainControllerAddress","DomainControllerAddressType","DomainGuid","DomainName","DnsForestName","Flags","DcSiteName","ClientSiteName"}) public static class DsGetDC.DOMAIN_CONTROLLER_INFO extends Structure
Modifier and Type | Class | Description |
---|---|---|
static class |
DsGetDC.DOMAIN_CONTROLLER_INFO.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
ClientSiteName |
Pointer to a null-terminated string that specifies the name of the
site that the computer belongs to.
|
java.lang.String |
DcSiteName |
Pointer to a null-terminated string that specifies the name of the
site where the domain controller is located.
|
java.lang.String |
DnsForestName |
Pointer to a null-terminated string that specifies the name of the
domain at the root of the DS tree.
|
java.lang.String |
DomainControllerAddress |
Pointer to a null-terminated string that specifies the address of
the discovered domain controller.
|
int |
DomainControllerAddressType |
Indicates the type of string that is contained in the
DomainControllerAddress member.
|
java.lang.String |
DomainControllerName |
Pointer to a null-terminated string that specifies the computer name
of the discovered domain controller.
|
Guid.GUID |
DomainGuid |
The GUID of the domain.
|
java.lang.String |
DomainName |
Pointer to a null-terminated string 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 | Description |
---|---|
DOMAIN_CONTROLLER_INFO() |
|
DOMAIN_CONTROLLER_INFO(Pointer memory) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public java.lang.String DomainControllerName
public java.lang.String DomainControllerAddress
public int DomainControllerAddressType
public Guid.GUID DomainGuid
public java.lang.String DomainName
public java.lang.String DnsForestName
public int Flags
public java.lang.String DcSiteName
public java.lang.String ClientSiteName
public DOMAIN_CONTROLLER_INFO()
public DOMAIN_CONTROLLER_INFO(Pointer memory)