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

gdIOCtx

Declaration

Source position: gd.pas line 158

type gdIOCtx = record

  getC: function(

  ctx: gdIOCtxPtr

):cint;

  getBuf: function(

  ctx: gdIOCtxPtr;

  buf: pointer;

  len: cint

):cint;

  putC: procedure(

  ctx: gdIOCtxPtr;

  len: cint

);

  putBuf: procedure(

  ctx: gdIOCtxPtr;

  buf: pointer;

  len: cint

);

  seek: function(

  ctx: gdIOCtxPtr;

  pos: cint

):cint;

  tell: function(

  ctx: gdIOCtxPtr

):clong;

  gd_free: procedure(

  ctx: gdIOCtxPtr

);

end;


Documentation generated on: 2023-03-18