[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_spawn_async_with_pipes

Declaration

Source position: lazglib2.pas line 4907

function g_spawn_async_with_pipes(

  working_directory: Pgchar;

  argv: PPgchar;

  envp: PPgchar;

  flags: TGSpawnFlags;

  child_setup: TGSpawnChildSetupFunc;

  user_data: gpointer;

  child_pid: PGPid;

  standard_input: Pgint;

  standard_output: Pgint;

  standard_error: Pgint;

  error: PPGError

):gboolean;