AddLocalAlternateComputerName (kernel32)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary
Adds an alternate local network name for the computer from which it is called.

C# Signature:

[DllImport("kernel32.dll", CharSet=CharSet.Auto)]
static extern uint AddLocalAlternateComputerName(
     string lpDnsFQHostname,
     uint ulFlags);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation