Platform SDK: TAPI

IMcastAddressAllocation::ReleaseAddress

Releases a lease that was obtained previously.

HRESULT ReleaseAddress(
  IMcastLeaseInfo *pReleaseRequest
);

Parameters

pReleaseRequest
[in] Pointer to lease information interface.

Return Values

Value Meaning
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

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Mdhcp.h.
  Library: Use Mdhcpid.lib.

See Also

IMcastAddressAllocation