.
C# Definition:
enum COMPUTER_NAME_FORMAT
{
ComputerNameNetBIOS,
ComputerNameDnsHostname,
ComputerNameDnsDomain,
ComputerNameDnsFullyQualified,
ComputerNamePhysicalNetBIOS,
ComputerNamePhysicalDnsHostname,
ComputerNamePhysicalDnsDomain,
ComputerNamePhysicalDnsFullyQualified
}
Notes:
None.
Retrieves a NetBIOS or DNS name associated with the local computer.
9/30/2014 4:23:49 PM - -193.29.186.11
Sets a NetBIOS or DNS name for the local computer.
3/16/2007 7:57:53 AM - -129.186.82.93
