Presentation parameter data.

typedef struct _PRESPARAMS {
  ULONG     cb;         /*  Length of the aparam parameter, in bytes. */
  PARAM     aparam[1];  /*  Array of presentation attribute parameters. */
} PRESPARAMS;

typedef   PRESPARAMS   * PPRESPARAMS ;


[Back] [Next]