LLC_DLC_STATISTICS_PARMS

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;
 

Members

usStationId
Identifier of a SAP or a link station.
cbLogBufSize
Size of the log buffer.
pLogBuf
Specifies the address of an LLC_DLC_LOG_BUFFER structure representing the log buffer.
usActLogLength
Length of returned log.
uchOptions
Command options. Specify one of the following options.
Option Description
LLC_DLC_RESET_STATISTICS The counters are reset to zero where appropriate.
LLC_DLC_READ_STATISTICS The counters are read.

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