Platform SDK: Network Management

McastReleaseAddress

The McastReleaseAddress function releases leased multicast addresses from the MCAST server.

DWORD APIENTRY McastReleaseAddress(
  IP_ADDR_FAMILY AddrFamily,           
  LPMCAST_CLIENT_UID pRequestID,       
  PMCAST_LEASE_REQUEST pReleaseRequest 
);

Parameters

AddrFamily
[in] Designates the address family. Use AF_INET for Internet Protocol version 4 (IPv4), and AF_INET6 for Internet Protocol version 6 (IPv6).
pRequestID
[in] Unique identifier used when the address or addresses were initially obtained.
pReleaseRequest
[in] Pointer to the MCAST_LEASE_REQUEST structure containing multicast parameters associated with the release request.

Return Values

The McastReleaseAddress function returns the status of the operation.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Madcapcl.h.