Prev Next

LLC_BUFFER_FREE_PARMS Overview  Group

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;

Members

usReserved1
Reserved.
cBuffersLeft
The number of free buffer segments in the pool after the command completes.
ulReserved
Reserved.
pFirstBuffer
Specifies the address of an LLC_XMIT_BUFFER structure representing the first buffer to be added to the pool.

Remarks

The buffers to be freed must have been obtained using the LLC_BUFFER_GET command.

See Also

AcsLan, CCB_PARMS, LLC_XMIT_BUFFER