◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINSWITCHLIST typedef struct _SWENTRY { /* swent */ HSWITCH hswitch; SWCNTRL swctl; } SWENTRY; The SWENTRY structure contains information about a Task List item (the Task List contains an item for each foreground application in the system). Field Description ──────────────────────────────────────────────────────────────────────────── hswitch Identifies the Task List item. swctl Specifies the SWCNTRL structure that contains information about the Task List item. See Also WinQuerySwitchList, SWBLOCK, SWCNTRL ♦