Platform SDK: DLC/NetBIOS

LLC_DIR_MULTICAST_ADDRESS

The LLC_DIR_MULTICAST_ADDRESS structure is the DLC parameter table for the LLC_DIR_SET_MULTICAST_ADDRESS command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.

typedef struct {
  UCHAR auchMulticastAddress[6]; 
} LLC_DIR_MULTICAST_ADDRESS, *PLLC_DIR_MULTICAST_ADDRESS;

Members

auchMulticastAddress
The 48-bit multicast address.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS