Platform SDK: Internet Protocol Helper |
Use the DeleteIPAddress to delete an IP address that was previously added using AddIPAddress.
DWORD DeleteIPAddress( ULONG NTEContext // net table entry context );
If the function succeeds, the return value is NO_ERROR.
If the function fails, use FormatMessage to obtain the message string for the returned error.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Iphlpapi.h.
Library: Use Iphlpapi.lib.