|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.win32.Netapi32Util.DomainController
public static class Netapi32Util.DomainController
A domain controller.
Field Summary | |
---|---|
java.lang.String |
address
Specifies the address of the discovered domain controller. |
int |
addressType
Indicates the type of WString that is contained in the DomainControllerAddress member. |
java.lang.String |
clientSiteName
The name of the site that the computer belongs to. |
java.lang.String |
dnsForestName
Pointer to a null-terminated WString that specifies the name of the domain at the root of the DS tree. |
Guid.GUID |
domainGuid
The GUID of the domain. |
java.lang.String |
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. |
java.lang.String |
name
Specifies the computer name of the discovered domain controller. |
Constructor Summary | |
---|---|
Netapi32Util.DomainController()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String address
public int addressType
public Guid.GUID domainGuid
public java.lang.String domainName
public java.lang.String dnsForestName
public int flags
public java.lang.String clientSiteName
Constructor Detail |
---|
public Netapi32Util.DomainController()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |