Jump to content

PRESPARAMS

From EDM2

Presentation parameter data.

Type

struct

C Declaration Method

typedef

Example Code

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

typedef   PRESPARAMS   * PPRESPARAMS ;