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 SummaryFieldsModifier and TypeFieldDescriptionSpecifies the address of the discovered domain controller.intIndicates 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.intContains a set of flags that describe the domain controller.Specifies the computer name of the discovered domain controller.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameSpecifies the computer name of the discovered domain controller.
- 
addressSpecifies the address of the discovered domain controller.
- 
addressTypepublic int addressTypeIndicates the type of string that is contained in the DomainControllerAddress member.
- 
domainGuidThe GUID of the domain.
- 
domainNamePointer to a null-terminated string that specifies the name of the domain.
- 
dnsForestNamePointer to a null-terminated string that specifies the name of the domain at the root of the DS tree.
- 
flagspublic int flagsContains a set of flags that describe the domain controller.
- 
clientSiteNameThe name of the site that the computer belongs to.
 
- 
- 
Constructor Details- 
DomainControllerpublic DomainController()
 
-