Unit 'ffi' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libffi]

ffi_raw

Declaration

Source position: ffi.pp line 394

type ffi_raw = record

  case LongInt of

    0: (

        sint: ffi_sarg;

      );

    1: (

        uint: ffi_arg;

      );

    2: (

        flt: cfloat;

      );

    3: (

        data: array [0..FFI_SIZEOF_ARG] of cchar;

      );

    4: (

        ptr: Pointer;

      );

end;


Documentation generated on: 2023-03-18