Unit 'cupsdyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libcups]

ipp_value_t

Declaration

Source position: cupsdyn.pp line 883

type ipp_value_t = record

  case LongInt of

    0: (

        aInteger: LongInt;

      );

    1: (

        aBoolean: char;

      );

    2: (

        aDate: array [0..10] of ipp_uchar_t;

      );

    3: (

        resolution: record

          xres: LongInt;

          yres: LongInt;

          units: ipp_res_t;

        end;

      );

    4: (

        range: record

          lower: LongInt;

          upper: LongInt;

        end;

      );

    5: (

        _string: record

          charset: Pchar;

          text: Pchar;

        end;

      );

    6: (

        unknown: record

          length: LongInt;

          data: pointer;

        end;

      );

end;


Documentation generated on: 2023-03-18