Package com.sun.jna.platform.win32
Interface WinBase.COMPUTER_NAME_FORMAT
- 
- Enclosing interface:
- WinBase
 
 public static interface WinBase.COMPUTER_NAME_FORMATSpecifies a type of computer name to be retrieved by the GetComputerNameEx function
- 
- 
Field SummaryFields Modifier and Type Field Description static intComputerNameDnsDomainThe name of the DNS domain assigned to the local computer or the cluster associated with the local computer.static intComputerNameDnsFullyQualifiedThe fully qualified DNS name that uniquely identifies the local computer or the cluster associated with the local computer.static intComputerNameDnsHostnameThe DNS name of the local computer or the cluster associated with the local computer.static intComputerNameMaxNote used - serves as an upper limit in case one wants to go through all the valuesstatic intComputerNameNetBIOSThe NetBIOS name of the local computer or the cluster associated with the local computer.static intComputerNamePhysicalDnsDomainThe name of the DNS domain assigned to the local computer.static intComputerNamePhysicalDnsFullyQualifiedThe fully qualified DNS name that uniquely identifies the computer.static intComputerNamePhysicalDnsHostnameThe DNS host name of the local computer.static intComputerNamePhysicalNetBIOSThe NetBIOS name of the local computer.
 
- 
- 
- 
Field Detail- 
ComputerNameNetBIOSstatic final int ComputerNameNetBIOS The 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-"".- See Also:
- Constant Field Values
 
 - 
ComputerNameDnsHostnamestatic final int ComputerNameDnsHostname The DNS name of the local computer or the cluster associated with the local computer.- See Also:
- Constant Field Values
 
 - 
ComputerNameDnsDomainstatic final int ComputerNameDnsDomain The name of the DNS domain assigned to the local computer or the cluster associated with the local computer.- See Also:
- Constant Field Values
 
 - 
ComputerNameDnsFullyQualifiedstatic final int ComputerNameDnsFullyQualified The 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".- See Also:
- Constant Field Values
 
 - 
ComputerNamePhysicalNetBIOSstatic final int ComputerNamePhysicalNetBIOS The NetBIOS name of the local computer. On a cluster, this is the NetBIOS name of the local node on the cluster.- See Also:
- Constant Field Values
 
 - 
ComputerNamePhysicalDnsHostnamestatic final int ComputerNamePhysicalDnsHostname The DNS host name of the local computer. On a cluster, this is the DNS host name of the local node on the cluster.- See Also:
- Constant Field Values
 
 - 
ComputerNamePhysicalDnsDomainstatic final int ComputerNamePhysicalDnsDomain The 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.- See Also:
- Constant Field Values
 
 - 
ComputerNamePhysicalDnsFullyQualifiedstatic final int ComputerNamePhysicalDnsFullyQualified The 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.- See Also:
- Constant Field Values
 
 - 
ComputerNameMaxstatic final int ComputerNameMax Note used - serves as an upper limit in case one wants to go through all the values- See Also:
- Constant Field Values
 
 
- 
 
-