Package com.sun.jna.platform.win32
Class Netapi32Util.DomainController
java.lang.Object
com.sun.jna.platform.win32.Netapi32Util.DomainController
- Enclosing class:
- Netapi32Util
A domain controller.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the address of the discovered domain controller.int
Indicates the type of string that is contained in the DomainControllerAddress member.The name of the site that the computer belongs to.Pointer to a null-terminated string that specifies the name of the domain at the root of the DS tree.The GUID of the domain.Pointer to a null-terminated string that specifies the name of the domain.int
Contains a set of flags that describe the domain controller.Specifies the computer name of the discovered domain controller. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Specifies the computer name of the discovered domain controller. -
address
Specifies the address of the discovered domain controller. -
addressType
public int addressTypeIndicates the type of string that is contained in the DomainControllerAddress member. -
domainGuid
The GUID of the domain. -
domainName
Pointer to a null-terminated string that specifies the name of the domain. -
dnsForestName
Pointer to a null-terminated string that specifies the name of the domain at the root of the DS tree. -
flags
public int flagsContains a set of flags that describe the domain controller. -
clientSiteName
The name of the site that the computer belongs to.
-
-
Constructor Details
-
DomainController
public DomainController()
-