Platform SDK: DLC/NetBIOS |
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/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS, LLC_DLC_LOG_BUFFER