LLC_DLC_CONNECT_PARMS

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;
 

Members

usStationId
The station identifier of the link station.
usReserved
Reserved.
pRoutingInfo
Specifies the address of the network routing information.

Remarks

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS