Platform SDK: TAPI |
Renews an address lease. Call CreateLeaseInfo to specify the parameters of the renewal request, and then call this method to make the request.
HRESULT RenewAddress( long lReserved, IMcastLeaseInfo *pRenewRequest, IMcastLeaseInfo **ppRenewResponse );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The caller passed in an invalid pointer argument. |
E_INVALIDARG | Requested stop time is prior to requested stop time. |
E_OUTOFMEMORY | Not enough memory to create the required objects. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Mdhcp.h.
Library: Use Mdhcpid.lib.