Package com.sun.jna.platform.win32
Klasse Netapi32Util.DomainController
java.lang.Object
com.sun.jna.platform.win32.Netapi32Util.DomainController
- Umschließende Klasse:
Netapi32Util
A domain controller.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungSpecifies 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
DomainController
public DomainController()
-