IMcastAddressAllocation::ReleaseAddress 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 ReleaseAddress method releases a lease that was obtained previously.

Syntax

HRESULT ReleaseAddress(
  [in] IMcastLeaseInfo *pReleaseRequest
);

Parameters

[in] pReleaseRequest

Pointer to the lease information interface.

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_OUTOFMEMORY
Not enough memory exists to make the request.

Requirements

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

See also

IMcastAddressAllocation