The LLC_DIRECT_LOG structure represents the direct interface log. Specify this structure in the LLC_DIR_READ_LOG_BUFFER structure.
typedef struct {
ULONG cTransmittedFrames;
ULONG cReceivedFrames;
ULONG cDiscardedFrames;
ULONG cDataLost;
USHORT cBuffersAvailable;
} LLC_DIRECT_LOG, *PLLC_DIRECT_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_DIR_READ_LOG_BUFFER