IpRenewAddress function iphlpapi

int IpRenewAddress(
  1. Pointer<IP_ADAPTER_INDEX_MAP> AdapterInfo
)

The IpRenewAddress function renews a lease on an IPv4 address previously obtained through Dynamic Host Configuration Protocol (DHCP).

DWORD IpRenewAddress(
  PIP_ADAPTER_INDEX_MAP AdapterInfo
);

Implementation

int IpRenewAddress(Pointer<IP_ADAPTER_INDEX_MAP> AdapterInfo) =>
    _IpRenewAddress(AdapterInfo);