The LLC_DLC_STATISTICS_PARMS structure is the DLC parameter table for the LLC_DLC_STATISTICS command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct {
USHORT usStationId;
USHORT cbLogBufSize;
PLLC_DLC_LOG_BUFFER pLogBuf;
USHORT usActLogLength;
UCHAR uchOptions;
} LLC_DLC_STATISTICS_PARMS, *PLLC_DLC_STATISTICS_PARMS;
Option | Description |
---|---|
LLC_DLC_RESET_STATISTICS | The counters are reset to zero where appropriate. |
LLC_DLC_READ_STATISTICS | The counters are read. |
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, CCB_PARMS, LLC_DLC_LOG_BUFFER