Platform SDK: DLC/NetBIOS

LLC_XMIT_BUFFER

The LLC_XMIT_BUFFER structure represents a pool buffer. You pass a pointer to this structure in the LLC_BUFFER_FREE_PARMS, LLC_BUFFER_GET_PARMS, or LLC_TRANSMIT_PARMS structure.

typedef struct _LLC_XMIT_BUFFER LLC_XMIT_BUFFER, *PLLC_XMIT_BUFFER;

struct _LLC_XMIT_BUFFER {
  PLLC_XMIT_BUFFER pNext; 
  USHORT usReserved1; 
  USHORT cbBuffer; 
  USHORT usReserved2; 
  USHORT cbUserData; 
  UCHAR auchData[]; 
};

Members

pNext
Next buffer or NULL.
usReserved1
Reserved.
cbBuffer
Length of the transmitted data.
usReserved2
Reserved.
cbUserData
Length of the optional header.
auchData
Optional header and transmitted 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_FREE_PARMS, LLC_BUFFER_GET_PARMS, LLC_TRANSMIT_PARMS