The LLC_DLC_LOG_BUFFER union represents the log buffer. Specify this structure in the LLC_DLC_STATISTICS_PARMS structure.
typedef union {
    DLC_SAP_LOG Sap;
    DLC_LINK_LOG Link;
} LLC_DLC_LOG_BUFFER, *PLLC_DLC_LOG_BUFFER;
 
  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, DLC_LINK_LOG, DLC_SAP_LOG, LLC_DLC_STATISTICS_PARMS