◄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 ♦