Package com.sun.jna.platform.win32
Schnittstelle WinBase.COMPUTER_NAME_FORMAT
- Umschließende Schnittstelle:
WinBase
public static interface WinBase.COMPUTER_NAME_FORMAT
Specifies a type of computer name to be retrieved by the GetComputerNameEx function
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The name of the DNS domain assigned to the local computer or the cluster associated with the local computer.static final int
The fully qualified DNS name that uniquely identifies the local computer or the cluster associated with the local computer.static final int
The DNS name of the local computer or the cluster associated with the local computer.static final int
Note used - serves as an upper limit in case one wants to go through all the valuesstatic final int
The NetBIOS name of the local computer or the cluster associated with the local computer.static final int
The name of the DNS domain assigned to the local computer.static final int
The fully qualified DNS name that uniquely identifies the computer.static final int
The DNS host name of the local computer.static final int
The NetBIOS name of the local computer.
-
Felddetails
-
ComputerNameNetBIOS
static final int ComputerNameNetBIOSThe NetBIOS name of the local computer or the cluster associated with the local computer. This name is limited to MAX_COMPUTERNAME_LENGTH + 1 characters and may be a truncated version of the DNS host name. For example, if the DNS host name is "corporate-mail-server", the NetBIOS name would be "corporate-mail-"".- Siehe auch:
-
ComputerNameDnsHostname
static final int ComputerNameDnsHostnameThe DNS name of the local computer or the cluster associated with the local computer.- Siehe auch:
-
ComputerNameDnsDomain
static final int ComputerNameDnsDomainThe name of the DNS domain assigned to the local computer or the cluster associated with the local computer.- Siehe auch:
-
ComputerNameDnsFullyQualified
static final int ComputerNameDnsFullyQualifiedThe fully qualified DNS name that uniquely identifies the local computer or the cluster associated with the local computer. This name is a combination of the DNS host name and the DNS domain name, using the form HostName.DomainName. For example, if the DNS host name is "corporate-mail-server" and the DNS domain name is "microsoft.com", the fully qualified DNS name is "corporate-mail-server.microsoft.com".- Siehe auch:
-
ComputerNamePhysicalNetBIOS
static final int ComputerNamePhysicalNetBIOSThe NetBIOS name of the local computer. On a cluster, this is the NetBIOS name of the local node on the cluster.- Siehe auch:
-
ComputerNamePhysicalDnsHostname
static final int ComputerNamePhysicalDnsHostnameThe DNS host name of the local computer. On a cluster, this is the DNS host name of the local node on the cluster.- Siehe auch:
-
ComputerNamePhysicalDnsDomain
static final int ComputerNamePhysicalDnsDomainThe name of the DNS domain assigned to the local computer. On a cluster, this is the DNS domain of the local node on the cluster.- Siehe auch:
-
ComputerNamePhysicalDnsFullyQualified
static final int ComputerNamePhysicalDnsFullyQualifiedThe fully qualified DNS name that uniquely identifies the computer. On a cluster, this is the fully qualified DNS name of the local node on the cluster. The fully qualified DNS name is a combination of the DNS host name and the DNS domain name, using the form HostName.DomainName.- Siehe auch:
-
ComputerNameMax
static final int ComputerNameMaxNote used - serves as an upper limit in case one wants to go through all the values- Siehe auch:
-