LLC_DLC_PARMS

The LLC_DLC_PARMS structure represents the DLC parameter table for the LLC_DIR_OPEN_ADAPTER command. You pass a pointer to this structure in the LLC_DIR_OPEN_ADAPTER_PARMS structure.

typedef struct {
    UCHAR uchDlcMaxSaps;
    UCHAR uchDlcMaxStations;
    UCHAR uchDlcMaxGroupSaps;
    UCHAR uchDlcMaxGroupMembers;
    UCHAR uchT1_TickOne; 
    UCHAR uchT2_TickOne;
    UCHAR uchTi_TickOne;
    UCHAR uchT1_TickTwo;
    UCHAR uchT2_TickTwo;
    UCHAR uchTi_TickTwo;
} LLC_DLC_PARMS, *PLLC_DLC_PARMS;
 

Members

uchDlcMaxSaps
The maximum number of SAPs that can be opened at one time. This value can be limited by available memory. Specify up to 126. If the value is zero, as the default setting of 2 is used.
uchDlcMaxStations
The maximum number of link stations that can be opened at one time. This value can be limited by available memory. Specify up to 255. If the value is zero, the default setting of 6 is used.
uchDlcMaxGroupSaps
The maximum number of group SAPs that can be opened at one time. Specify up to 125. If the value is zero, no group SAPs are allowed.
uchDlcMaxGroupMembers
The maximum number of SAPs that can be assigned to any given group. Specify up to 126.
uchT1_TickOne
The number of 40 millisecond intervals between timer ticks for the short DLC timer T1 (T1 timer values 1 through 5). If the value is zero, the default setting of 5 is used.
uchT2_TickOne
The number of 40 millisecond intervals between timer ticks for the short DLC timer T2 (T2 timer values 1 through 5). If the value is zero, the default setting of 1 is used.
uchTi_TickOne
The number of 40 millisecond intervals between timer ticks for the short DLC timer Ti (Ti timer values 1 through 5). If the value is zero, the default setting of 25 is used.
uchT1_TickTwo
The number of 40 millisecond intervals between timer ticks for the long DLC timer T1 (T1 timer values 6 through 10). If the value is zero, the default setting of 25 is used.
uchT2_TickTwo
The number of 40 millisecond intervals between timer ticks for the long DLC timer T2 (T2 timer values 6 through 10). If the value is zero, the default setting of 10 is used.
uchTi_TickTwo
The number of 40 millisecond intervals between timer ticks for the long DLC timer Ti (Ti timer values 6 through 10). If the value is zero, the default setting of 125 is used.

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, LLC_DIR_OPEN_ADAPTER_PARMS