Platform SDK: DLC/NetBIOS

LLC_DIR_READ_LOG_PARMS

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

typedef struct {
  USHORT usTypeId; 
  USHORT cbLogBuffer; 
  PLLC_DIR_READ_LOG_BUFFER pLogBuffer; 
  USHORT cbActualLength; 
} LLC_DIR_READ_LOG_PARMS, *PLLC_DIR_READ_LOG_PARMS;

Members

usTypeId
Specifies the log to read. This member can be one of the following values.
Value Meaning
LLC_DIR_READ_LOG_ADAPTER Adapter error log.
LLC_DIR_READ_LOG_DIRECT Direct interface error log.
LLC_DIR_READ_LOG_BOTH Both the adapter and direct interface error logs.

cbLogBuffer
Size of the log buffer.
pLogBuffer
Specifies the address of an LLC_DIR_READ_LOG_BUFFER structure representing the log buffer.
cbActualLength
Receives the size of the log buffer.

Remarks

Not all network adapters support all members for this command. These members are supported by Microsoft-provided NDIS 3.0 drivers, including that for the IBM Token Ring.

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_DIR_READ_LOG_BUFFER