The LLC_NEXT_BUFFER structure represents a buffer for received data. Specify this structure in the LLC_BUFFER structure.
typedef struct {
PLLC_BUFFER pNextBuffer;
USHORT cbFrame;
USHORT cbBuffer;
USHORT offUserData;
USHORT cbUserData;
} LLC_NEXT_BUFFER;
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_BUFFER