Prev Next
The LLC_DLC_LOG_BUFFER union represents the log buffer. Specify this
structure in the LLC_DLC_STATISTICS_PARMS
structure.
typedef union {
DLC_SAP_LOG Sap;
DLC_LINK_LOG Link;
} LLC_DLC_LOG_BUFFER, *PLLC_DLC_LOG_BUFFER;
Members
-
Sap
-
Specifies the address of a DLC_SAP_LOG
structure representing the SAP log.
-
Link
-
Specifies the address of a DLC_LINK_LOG
structure representing the link log.
See Also
AcsLan, DLC_LINK_LOG,
DLC_SAP_LOG, LLC_DLC_STATISTICS_PARMS