Platform SDK: DLC/NetBIOS

LLC_NEXT_BUFFER

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;

Members

pNextBuffer
Specifies the address of an LLC_BUFFER structure representing the next buffer in the frame.
cbFrame
Length of the entire frame received.
cbBuffer
Length of the segment.
offUserData
Offset of data from the header.
cbUserData
Length of the data.

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_BUFFER