IMcastLeaseInfo::get_LeaseStopTime method (mdhcp.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The get_LeaseStopTime method obtains the stop time of the lease.

Syntax

HRESULT get_LeaseStopTime(
  [out] DATE *pTime
);

Parameters

[out] pTime

Pointer to a DATE that will receive the stop time of the lease.

Return value

This method can return one of these values.

Return code Description
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.

Remarks

This function may send data over the wire in unencrypted form; therefore, someone eavesdropping on the network may be able to read the data. The security risk of sending the data in clear text should be considered before using this method.

Requirements

Requirement Value
Target Platform Windows
Header mdhcp.h
Library Uuid.lib
DLL Mdhcp.dll

See also

IMcastLeaseInfo

put_LeaseStopTime