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;