◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINSWITCHLIST typedef struct _SWBLOCK { /* swblk */ USHORT cswentry; SWENTRY aswentry[1]; } SWBLOCK; The SWBLOCK structure contains an array of SWENTRY structures that contain information about the programs in the Task List. Field Description ──────────────────────────────────────────────────────────────────────────── cswentry Specifies the number of SWENTRY structures contained in the aswentry field. aswentry[1] Contains an array of SWENTRY structures. See Also WinQuerySwitchList, SWENTRY ♦