Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, 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_EthernetFilter Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008