The LLC_BUFFER_FREE_PARMS structure is the DLC parameter table for the LLC_BUFFER_FREE command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct {
USHORT usReserved1;
USHORT cBuffersLeft;
ULONG ulReserved;
PLLC_XMIT_BUFFER pFirstBuffer;
} LLC_BUFFER_FREE_PARMS, *PLLC_BUFFER_FREE_PARMS;
The buffers to be freed must have been obtained using the LLC_BUFFER_GET command.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS, LLC_XMIT_BUFFER