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

__gconv_step

Declaration

Source position: gconvh.inc line 55

type __gconv_step = record

  __shlib_handle: P__gconv_loaded_object;

  __modname: Pchar;

  __counter: LongInt;

  __from_name: Pchar;

  __to_name: Pchar;

  __fct: __gconv_fct;

  __init_fct: __gconv_init_fct;

  __end_fct: __gconv_end_fct;

  __min_needed_from: LongInt;

  __max_needed_from: LongInt;

  __min_needed_to: LongInt;

  __max_needed_to: LongInt;

  __stateful: LongInt;

  __data: pointer;

end;


Documentation generated on: 2023-03-18