Package com.sun.jna.platform.win32
Class Netapi32Util.DomainController
- java.lang.Object
- 
- com.sun.jna.platform.win32.Netapi32Util.DomainController
 
- 
- Enclosing class:
- Netapi32Util
 
 public static class Netapi32Util.DomainController extends java.lang.ObjectA domain controller.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringaddressSpecifies the address of the discovered domain controller.intaddressTypeIndicates the type of string that is contained in the DomainControllerAddress member.java.lang.StringclientSiteNameThe name of the site that the computer belongs to.java.lang.StringdnsForestNamePointer to a null-terminated string that specifies the name of the domain at the root of the DS tree.Guid.GUIDdomainGuidThe GUID of the domain.java.lang.StringdomainNamePointer to a null-terminated string that specifies the name of the domain.intflagsContains a set of flags that describe the domain controller.java.lang.StringnameSpecifies the computer name of the discovered domain controller.
 - 
Constructor SummaryConstructors Constructor Description DomainController()
 
- 
- 
- 
Field Detail- 
namepublic java.lang.String name Specifies the computer name of the discovered domain controller.
 - 
addresspublic java.lang.String address Specifies the address of the discovered domain controller.
 - 
addressTypepublic int addressType Indicates the type of string that is contained in the DomainControllerAddress member.
 - 
domainGuidpublic Guid.GUID domainGuid The GUID of the domain.
 - 
domainNamepublic java.lang.String domainName Pointer to a null-terminated string that specifies the name of the domain.
 - 
dnsForestNamepublic java.lang.String dnsForestName Pointer to a null-terminated string that specifies the name of the domain at the root of the DS tree.
 - 
flagspublic int flags Contains a set of flags that describe the domain controller.
 - 
clientSiteNamepublic java.lang.String clientSiteName The name of the site that the computer belongs to.
 
- 
 
-