IBDA_IPV4Filter::PutMulticastList method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The PutMulticastList method sets the list of multicast addresses on the Network Provider.

Syntax

HRESULT PutMulticastList(
  [in] ULONG   ulcbAddresses,
  [in] BYTE [] pAddressList
);

Parameters

[in] ulcbAddresses

Specifies the number of addresses in the list, times the number of bytes per address.

[in] pAddressList

Pointer that receives an array of addresses whose size in bytes is equal to ulcbAddresses.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_IPV4Filter Interface