|
JNA API> 3.3.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
public static class DsGetDC.DOMAIN_CONTROLLER_INFO
The DOMAIN_CONTROLLER_INFO structure is used with the DsGetDcName function to receive data about a domain controller.
Nested Class Summary | |
---|---|
static class |
DsGetDC.DOMAIN_CONTROLLER_INFO.ByReference
|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
Structure.ByValue |
Field Summary | |
---|---|
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. |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
DsGetDC.DOMAIN_CONTROLLER_INFO()
|
|
DsGetDC.DOMAIN_CONTROLLER_INFO(Pointer memory)
|
Method Summary |
---|
Methods inherited from class com.sun.jna.Structure |
---|
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, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public DsGetDC.DOMAIN_CONTROLLER_INFO()
public DsGetDC.DOMAIN_CONTROLLER_INFO(Pointer memory)
|
JNA API> 3.3.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |