computer_name_format


This structure contains the computer name formats. The following enumerators are within the scope of the structure computer_name_format.

dns_domain The name of the DNS domain assigned to the local computer. If the local computer is a node in a cluster, the buffer receives the DNS domain name of the cluster virtual server.
dns_fully_qualified The fully qualified DNS name that uniquely identifies the local computer. This name is a combination of the DNS host name and the DNS domain name, using the form Hostname.Domainname. If the local computer is a node in a cluster, the buffer receives the fully qualified DNS name of the cluster virtual server.
dns_host_name The DNS host name of the local computer. If the local computer is a node in a cluster, the buffer receives the DNS host name of the cluster virtual server.
net_bios The NetBIOS name of the local computer. If the local computer is a node in a cluster, the buffer receives the NetBIOS name of the cluster virtual server.
physical_dns_domain The name of the DNS domain assigned to the local computer. If the local computer is a node in a cluster, the buffer receives the DNS domain name of the local computer, not the name of the cluster virtual server.
physical_dns_fully_qualified The fully qualified DNS name that uniquely identifies the computer. If the local computer is a node in a cluster, the buffer receives the fully qualified DNS name of the local computer, not the name of the cluster virtual server. The fully qualified DNS name is a combination of the DNS host name and the DNS domain name, using the form Hostname.Domainname.
physical_dns_host_name The DNS host name of the local computer. If the local computer is a node in a cluster, the buffer receives the DNS host name of the local computer, not the name of the cluster virtual server.
physical_net_bios The NetBIOS name of the local computer. If the local computer is a node in a cluster, the buffer receives the NetBIOS name of the local computer, not the name of the cluster virtual server.