Share via


IBDA_IPV6Filter::PutMulticastList Method

The PutMulticastList method specifies the parameters of the multicast list.

Syntax

HRESULT PutMulticastList(
  [in]  ULONG ulcbAddresses,
  [in]  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 Value

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

Requirements

Header Declared in Bdaiface.h.

See Also

Error and Success Codes
IBDA_IPV6Filter Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008