Platform SDK: DLC/NetBIOS |
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;
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. |
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.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS, LLC_DIR_READ_LOG_BUFFER