The DLC_SAP_LOG structure represents the SAP log. Specify this structure in the LLC_DLC_LOG_BUFFER union.
typedef struct {
ULONG cTransmittedFrames;
ULONG cReceivedFrames;
ULONG cDiscardedFrames;
ULONG cDataLost;
USHORT cBuffersAvailable;
} DLC_SAP_LOG, *PDLC_SAP_LOG;
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, LLC_DLC_LOG_BUFFER