Switch-list entry structure.
typedef struct _SWENTRY { HSWITCH hswitch; /* Switch-list entry handle. */ SWCNTRL swctl; /* Switch-list control block structure. */ } SWENTRY; typedef SWENTRY * PSWENTRY ;