Platform SDK: DLC/NetBIOS |
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;
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS