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.