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.
SWENTRY (1.2)
                                                      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