Jump to content

PARAM

From EDM2

Presentation parameter attribute definition.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _PARAM {
  ULONG     id;     /* Attribute type identity. */
  ULONG     cb;     /* Byte count of the ab parameter. */
  BYTE      ab[1];  /* Attribute value. */
} PARAM;

typedef   PARAM   * PPARAM ;