public static interface WinBase.COMPUTER_NAME_FORMAT
Modifier and Type | Field | Description |
---|---|---|
static int |
ComputerNameDnsDomain |
The name of the DNS domain assigned to the local computer or the cluster associated
with the local computer.
|
static int |
ComputerNameDnsFullyQualified |
The fully qualified DNS name that uniquely identifies the local computer or the cluster
associated with the local computer.
|
static int |
ComputerNameDnsHostname |
The DNS name of the local computer or the cluster associated with the local computer.
|
static int |
ComputerNameMax |
Note used - serves as an upper limit in case one wants to go through all the values
|
static int |
ComputerNameNetBIOS |
The NetBIOS name of the local computer or the cluster associated with the local
computer.
|
static int |
ComputerNamePhysicalDnsDomain |
The name of the DNS domain assigned to the local computer.
|
static int |
ComputerNamePhysicalDnsFullyQualified |
The fully qualified DNS name that uniquely identifies the computer.
|
static int |
ComputerNamePhysicalDnsHostname |
The DNS host name of the local computer.
|
static int |
ComputerNamePhysicalNetBIOS |
The NetBIOS name of the local computer.
|
static final int ComputerNameNetBIOS
static final int ComputerNameDnsHostname
static final int ComputerNameDnsDomain
static final int ComputerNameDnsFullyQualified
static final int ComputerNamePhysicalNetBIOS
static final int ComputerNamePhysicalDnsHostname
static final int ComputerNamePhysicalDnsDomain
static final int ComputerNamePhysicalDnsFullyQualified
static final int ComputerNameMax