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

getprocessoutput

Declaration

Source position: mseprocess.pas line 170

function getprocessoutput(

  const filename: msestring;

  const aparams: msestringarty;

  const todata: string;

  out fromdata: string;

  out errordata: string;

  const atimeoutus: Integer = - 1;

  const aoptions: processoptionsty = defaultgetprocessoutputoptions;

  const acheckabort: updatebooleaneventty = Nil;

  const amaxdatalen: Integer = 0

):Integer;

function getprocessoutput(

  const acommandline: msestring;

  const todata: string;

  out fromdata: string;

  out errordata: string;

  const atimeoutus: Integer = - 1;

  const aoptions: processoptionsty = defaultgetprocessoutputoptions;

  const acheckabort: updatebooleaneventty = Nil;

  const amaxdatalen: Integer = 0

):Integer;

function getprocessoutput(

  const acommandline: msestring;

  const todata: string;

  out fromdata: string;

  const atimeoutus: Integer = - 1;

  const aoptions: processoptionsty = defaultgetprocessoutputoptionserrorouttoout;

  const acheckabort: updatebooleaneventty = Nil;

  const amaxdatalen: Integer = 0

):Integer;

function getprocessoutput(

  out prochandle: prochandlety;

  const acommandline: msestring;

  const todata: string;

  out fromdata: string;

  out errordata: string;

  const atimeoutus: Integer = - 1;

  const aoptions: processoptionsty = defaultgetprocessoutputoptions;

  const acheckabort: updatebooleaneventty = Nil;

  const amaxdatalen: Integer = 0

):Integer;

function getprocessoutput(

  out prochandle: prochandlety;

  const acommandline: msestring;

  const todata: string;

  out fromdata: string;

  const atimeoutus: Integer = - 1;

  const aoptions: processoptionsty = defaultgetprocessoutputoptionserrorouttoout;

  const acheckabort: updatebooleaneventty = Nil;

  const amaxdatalen: Integer = 0

):Integer;


Documentation generated on: 2021-05-13