.
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.
11/2/2018 12:29:49 AM - -183.63.127.82
Sets a NetBIOS or DNS name for the local computer.
3/16/2007 7:57:53 AM - -129.186.82.93
