Platform SDK: DLC/NetBIOS

LLC_BUFFER_FREE_PARMS

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.

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, CCB_PARMS, LLC_XMIT_BUFFER