Skip navigation links
JNA API 4.2.0
com.sun.jna.platform.win32

Class Netapi32Util.DomainController

  • Enclosing class:
    Netapi32Util


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

      • 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.
    • Constructor Detail

      • DomainController

        public DomainController()
JNA API 4.2.0

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.