I'm calling RAPI CeCreateProcess directed to a Windows Mobile 5.0
device. It returns CeGetLastError of 0x75ab. I cannot find the error
anywhere (winerror.h, google, nuthin).

Anyone know what this error value is? Help!

Re: Error 0x75ab calling CeCreateProcess. What is this error? by Scott

Scott
Tue Nov 01 13:36:55 CST 2005

You will get that error if your program prompts to run, and the user presses
no, or the prompt times out. Is the process you are trying to run unsigned?
You might need to reach over to the device and accept the prompt.

--
Scott Yost
Software Development Engineer/Test
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.

"gf" <gulliblefool@yahoo.com> wrote in message
news:1130796967.661934.17210@f14g2000cwb.googlegroups.com...
> I'm calling RAPI CeCreateProcess directed to a Windows Mobile 5.0
> device. It returns CeGetLastError of 0x75ab. I cannot find the error
> anywhere (winerror.h, google, nuthin).
>
> Anyone know what this error value is? Help!
>