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.
PRESPARAMS (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINSYS
 
typedef struct _PRESPARAMS {    /* pres */
    ULONG cb;
    PARAM aparam[1];
} PRESPARAMS;
 
The PRESPARAMS structure contains an array of PARAM structures that contain
presentation parameters.
 
Field      Description
────────────────────────────────────────────────────────────────────────────
 
cb         Specifies the size (in bytes) of the structure, including the
           array of PARAM structures.
 
aparam[1]  Specifies an array of one or more PARAM structures.
 
See Also
 
PARAM