Platform SDK: DLC/NetBIOS |
The LLC_DIR_INITIALIZE_PARMS structure is the DLC parameter table for the LLC_DIR_INITIALIZE command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { USHORT usBringUps; UCHAR Reserved[30]; } LLC_DIR_INITIALIZE_PARMS, *PLLC_DIR_INITIALIZE_PARMS;
This command initializes the protocol drivers, resets all adapter tables and buffers, and directs the adapter to run the bring-up tests (IBM Token-Ring network only). The adapter's programmable timer is started. All pending commands are returned to the application that issued them. When pending commands are returned, the error code received in the uchDlcStatus member of the LLC_CCB structure is LLC_STATUS_CANCELLED_BY_SYSTEM_ACTION.
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