The LLC_ADAPTER_LOG_TR structure represents the adapter log for a Token-Ring network. Specify this structure in the LLC_ADAPTER_LOG structure.
typedef struct {
UCHAR cLineError;
UCHAR cInternalError;
UCHAR cBurstError;
UCHAR cAC_Error;
UCHAR cAbortDelimiter;
UCHAR uchReserved1;
UCHAR cLostFrame;
UCHAR cReceiveCongestion;
UCHAR cFrameCopiedError;
UCHAR cFrequencyError;
UCHAR cTokenError;
UCHAR uchReserved2;
UCHAR uchReserved3;
UCHAR uchReserved4;
} LLC_ADAPTER_LOG_TR, *PLLC_ADAPTER_LOG_TR;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, LLC_ADAPTER_LOG