Klasse Netapi32Util.DomainController

java.lang.Object
com.sun.jna.platform.win32.Netapi32Util.DomainController
Umschließende Klasse:
Netapi32Util

public static class Netapi32Util.DomainController extends Object
A domain controller.
  • Felddetails

    • name

      public String name
      Specifies the computer name of the discovered domain controller.
    • address

      public String address
      Specifies the address of the discovered domain controller.
    • addressType

      public int addressType
      Indicates the type of string that is contained in the DomainControllerAddress member.
    • domainGuid

      public Guid.GUID domainGuid
      The GUID of the domain.
    • domainName

      public String domainName
      Pointer to a null-terminated string that specifies the name of the domain.
    • dnsForestName

      public String dnsForestName
      Pointer to a null-terminated string that specifies the name of the domain at the root of the DS tree.
    • flags

      public int flags
      Contains a set of flags that describe the domain controller.
    • clientSiteName

      public String clientSiteName
      The name of the site that the computer belongs to.
  • Konstruktordetails

    • DomainController

      public DomainController()