Platform SDK: DLC/NetBIOS

LLC_ADAPTER_LOG_ETH

The LLC_ADAPTER_LOG_ETH structure represents the adapter log for an ethernet network. Specify this structure in the LLC_ADAPTER_LOG structure.

typedef struct {
  UCHAR cCRC_Error;
  UCHAR uchReserved1;
  UCHAR cAlignmentError;
  UCHAR uchReserved2;
  UCHAR cTransmitError;
  UCHAR uchReserved3;
  UCHAR cCollisionError;
  UCHAR cReceiveCongestion;
  UCHAR uchReserved[6];
} LLC_ADAPTER_LOG_ETH, *PLLC_ADAPTER_LOG_ETH;

Members

cCRC_Error
CRC errors.
uchReserved1
Reserved.
cAlignmentError
Alignment errors.
uchReserved2
Reserved.
cTransmitError
Transmit errors.
uchReserved3
Reserved.
cCollisionError
Collision errors.
cReceiveCongestion
Receive congestion errors.
uchReserved
Reserved.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, LLC_ADAPTER_LOG