Platform SDK: DLC/NetBIOS

DLC_SAP_LOG

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;

Members

cTransmittedFrames
Number of frames transmitted.
cReceivedFrames
Number of frames received.
cDiscardedFrames
Number of frames discarded (there was no LLC_RECEIVE command).
cDataLost
Number of times data was lost. Inadequate SAP buffers can cause data loss.
cBuffersAvailable
Number of buffers available in the SAP buffer pool.

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, LLC_DLC_LOG_BUFFER