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[]; };
AcsLan, LLC_BUFFER_FREE_PARMS, LLC_BUFFER_GET_PARMS, LLC_TRANSMIT_PARMS