msos2.hlp (Table of Contents; Topic list)
SCREENGROUP (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _SCREENGROUP {    /* scrgrp */
    USHORT idScreenGrp;
    USHORT fTerminate;
} SCREENGROUP;
 
The SCREENGROUP structure contains information about the screen group.
 
Field        Description
────────────────────────────────────────────────────────────────────────────
 
idScreenGrp  Specifies the screen-group identifier of the new foreground
             screen or for notification action. The identifier can range
             from zero to the maximum number of screen groups. The sgMax
             field in the global descriptor table (GDT) information segment
             specifies the maximum number of screen groups.
 
fTerminate   Specifies if the screen group is terminating. If it is 0x0000,
             the screen group is switching. If it is 0xFFFF, the screen
             group is terminating.
 
See Also
 
KBD_SETFGNDSCREENGRP, MOU_SCREENSWITCH