Platform SDK: DLC/NetBIOS

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.

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