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: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in dlcapi.h.
The DLC Interface Overview, DLC Structures, AcsLan, CCB_PARMS, LLC_DIR_READ_LOG_BUFFER