Presentation parameter attribute definition.

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 ;


[Back] [Next]