Platform SDK: TAPI

IMcastLeaseInfo::get_LeaseStartTime

The get_LeaseStartTime method obtains the start time of the lease.

HRESULT get_LeaseStartTime(
  DATE *pTime
);

Parameters

pTime
[out] Pointer to a DATE that will receive the start 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, IMcastLeaseInfo::put_LeaseStartTime