AddIPAddress (iphlpapi)
Last changed: -80.195.34.98

.
Summary
Adds an IP address to an interface specified by the interface index

C# Signature:

[DllImport("iphlpapi.dll", SetLastError=true)]
static extern int AddIPAddress(int Address, int IpMask, int IfIndex,
      out IntPtr NTEContext, out IntPtr NTEInstance );

VB Signature:

Declare Function AddIPAddress Lib "iphlpapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation