Platform SDK: DLC/NetBIOS |
The LLC_DLC_CONNECT_PARMS structure is the DLC parameter table for the LLC_DLC_CONNECT_STATION command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { USHORT usStationId; USHORT usReserved; PUCHAR pRoutingInfo; } LLC_DLC_CONNECT_PARMS, *PLLC_DLC_CONNECT_PARMS;
If the remote partner for this link station is on a different ring, routing information is necessary for communication. If the link station was established due to the execution of an LLC_DLC_OPEN_STATION command, you must provide the routing information with this command.
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