win12.hlp (Table of Contents; Topic list)
WinRemoveSwitchEntry (1.2)
Overview                                            Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINSWITCHLIST
 
USHORT WinRemoveSwitchEntry(hSwitch)
HSWITCH hSwitch;    /* handle of the switch list */
 
The WinRemoveSwitchEntry function removes a specified entry from the switch
list.
 
Switch-list entries for full-screen applications cannot be removed using
this function. These entries are removed automatically by the system when
the application terminates.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hSwitch    Identifies the switch-list entry for the application to remove.
 
Return Value
 
The return value is zero if the function is successful. Otherwise, it is
nonzero, indicating that an error occurred.
 
See Also
 
WinAddSwitchEntry, WinChangeSwitchEntry