Share via


IBDA_IPV6Filter::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 specifies the parameters of the multicast list.

Syntax

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

Parameters

[in] ulcbAddresses

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

[in] pAddressList

Pointer to 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_IPV6Filter Interface