 |
IpRenewAddress ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The IpRenewAddress function renews a lease on an IP address previously obtained through Dynamic Host Configuration Protocol (DHCP). |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD IpRenewAddress(
PIP_ADAPTER_INDEX_MAP AdapterInfo
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER IpRenewAddress IN iphlpapi;
STRING @ AdapterInfo
|
 |
 |
 |
| Parameters: |
 |
AdapterInfo
[in] Pointer to an IP_ADAPTER_INDEX_MAP structure that specifies the adapter associated with the IP address to renew.
|
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is NO_ERROR. |
 |
 |
| My comment: |
 |
| Normally this functionality is achieved through IPCONFIG /renew call. |
 |
 |
| Word Index links for the IpRenewAddress : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-12-02 11:49:28 | | Modified: | 2002-12-02 11:53:04 | Visited in last 7 days: 19 |