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.