Platform SDK: TAPI

IMcastLeaseInfo::put_LeaseStopTime

The put_LeaseStopTime method sets the stop time of the lease. This method, along with put_LeaseStartTime, allows you to renew a lease without calling IMcastAddressAllocation::CreateLeaseInfo.

HRESULT put_LeaseStopTime(
  DATE time
);

Parameters

time
[in] A DATE specifying the stop time of the lease.

Return Values

Value Meaning
S_OK Method succeeded.
E_INVALIDARG Format conversion failed for the start time or stop time.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Mdhcp.h.
  Library: Use Mdhcpid.lib.

See Also

IMcastLeaseInfo, get_LeaseStopTime