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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, LLC_BUFFER