Platform SDK: DLC/NetBIOS

LLC_ADAPTER_LOG

The LLC_ADAPTER_LOG union represents the adapter log. Specify this structure in the LLC_DIR_READ_LOG_BUFFER structure.

typedef union {
  LLC_ADAPTER_LOG_TR Tr;
  LLC_ADAPTER_LOG_ETH Eth;
} LLC_ADAPTER_LOG, *PLLC_ADAPTER_LOG;

Members

Tr
Specifies the address of an LLC_ADAPTER_LOG_TR structure representing the adapter log for a Token-Ring network.
Eth
Specifies the address of an LLC_ADAPTER_LOG_ETH structure representing the adapter log for an Ethernet network.

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, LLC_ADAPTER_LOG_ETH, LLC_ADAPTER_LOG_TR, LLC_DIR_READ_LOG_BUFFER