msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SWBLOCK (1.2)
                                                      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