Share via


IBDA_IPV4Filter::PutMulticastList Method

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

Syntax

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

Parameters

  • ulcbAddresses [in]
    Specifies the number of addresses in the list, times the number of bytes per address.

  • pAddressList [in]
    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

Header Declared in Bdaiface.h.

See Also

Error and Success Codes
IBDA_IPV4Filter Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008