Hi There,
I am trying to call an app from another app at run time using:
CreateProcess(file,
parameters,
NULL,
NULL,
TRUE,
NORMAL_PRIORITY_CLASS,
NULL,
NULL,
&StartupInfo,
&ProcessInfo)
I will need to pass 2 parameters along with the called application but do not know how to pass the parameters within this win API function call. I know that the 'parameters' argument is char *, but how to pass more than one ?
Does anyone know ?
regards,
Steven Matthews
I am trying to call an app from another app at run time using:
CreateProcess(file,
parameters,
NULL,
NULL,
TRUE,
NORMAL_PRIORITY_CLASS,
NULL,
NULL,
&StartupInfo,
&ProcessInfo)
I will need to pass 2 parameters along with the called application but do not know how to pass the parameters within this win API function call. I know that the 'parameters' argument is char *, but how to pass more than one ?
Does anyone know ?
regards,
Steven Matthews