Platform SDK: DLC/NetBIOS

LLC_DLC_SET_THRESHOLD_PARMS

The LLC_DLC_SET_THRESHOLD_PARMS structure is the DLC parameter table for the LLC_DLC_SET_THRESHOLD command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.

typedef struct {
  USHORT usStationId; 
  USHORT cBufferThreshold; 
  PVOID AlertEvent; 
} LLC_DLC_SET_THRESHOLD_PARMS, *PLLC_DLC_SET_THRESHOLD_PARMS;

Members

usStationId
SAP station identifier.
cBufferThreshold
SAP buffer pool threshold number. If the number of buffers in the SAP buffer pool is less than this threshold, the AlertEvent member is signaled.
AlertEvent
Event used to alert the application that the buffer threshold has been exceeded.

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