Microsoft DirectX 9.0

IBDA_IPV6Filter::PutMulticastList

The PutMulticastList method specifies the parameters of the multicast list.

Syntax

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

Parameters

  ulcbAddresses

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

  pAddressList

[in]  Pointer to an array of addresses whose size in bytes is equal to ulcbAddresses.

Return Values

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

See Also