LLC_DLC_LOG_BUFFER

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;
 

Members

Sap
Specifies the address of a DLC_SAP_LOG structure representing the SAP log.
Link
Specifies the address of a DLC_LINK_LOG structure representing the link log.

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, DLC_LINK_LOG, DLC_SAP_LOG, LLC_DLC_STATISTICS_PARMS