Platform SDK: DLC/NetBIOS |
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/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, LLC_BUFFER