Share via


OAL_KITLETH_MULTICAST_LIST (Windows Embedded CE 6.0)

1/5/2010

This function pointer updates multicast addresses for the KITL Ethernet device driver.

Syntax

typedef BOOL (*OAL_KITLETH_MULTICAST_LIST)(
  UINT8 *pAddresses,
  UINT32 count
);

Parameters

  • pAddresses
    [in] Pointer to the list of multicast addresses.
  • count
    [in] Number of multicast addresses.

Return Value

TRUE indicates success.

FALSE indicates failure.

Remarks

The pfnMulticastList member of the OAL_KITL_ETH_DRIVER structure points to the custom function that implements OAL_KITLETH_MULTICAST_LIST.

Requirements

Header oal_kitl.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL