IMcastLeaseInfo::put_LeaseStartTime 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 put_LeaseStartTime method sets the start time of the lease. This method, along with put_LeaseStopTime, allows renewal of a lease without calling IMcastAddressAllocation::CreateLeaseInfo.
Syntax
HRESULT put_LeaseStartTime(
[in] DATE time
);
Parameters
[in] time
A DATE specifying the start time of the lease.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
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 |