Re: CeCreateProcess by Michael
Michael
Mon Nov 24 21:26:25 CST 2003
True on the handle returned from CreateProcess, but not CeCreateProcess,
which is a RAPI call made from a desktop application to start a new process
on the Windows CE device. No built-in support for blocking on that, but you
can write a RAPI extension DLL to do it.
--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com
"Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
news:OgFAHqtsDHA.1788@tk2msftngp13.phx.gbl...
> Yes, use WaitForSingleObject on the process handle returned.
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Sara" <s@mail.com> wrote in message
> news:ue$7DKssDHA.640@tk2msftngp13.phx.gbl...
> > CeCreateProcess starts a process on the CE device, and returns.
> >
> > Is there a way to make the function block untill the CE program closes.
> (and
> > can I get the return code?)
> >
> > Thanks,
> >
> > Josh
> >
> >
>
>