Platform SDK: TAPI

IMcastLeaseInfo::get_LeaseStopTime

The get_LeaseStopTime method obtains the stop time of the lease.

HRESULT get_LeaseStopTime(
  DATE *pTime
);

Parameters

pTime
[out] Pointer to a DATE that will receive the stop time of the lease.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The caller passed in an invalid pointer argument.
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, put_LeaseStopTime