Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CECreateProcess not running
Message
From
18/08/2003 04:23:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
CECreateProcess not running
Miscellaneous
Thread ID:
00820945
Message ID:
00820945
Views:
76
This is my call to RAPI CeCreateProcess pocketPC, but always I always obtain a 0 result... Help please !!

**********************************************************
FUNCTION pciCECreateProcess( cApplication, cCommandLine )
**********************************************************
*
*
DECLARE INTEGER CeCreateProcess IN RAPI ;
STRING @lpApplicationName, ;
STRING @lpCommandLine, ;
STRING lpProcessAttributes, ;
STRING lpThreadAttributes, ;
INTEGER bInheritHandles, ;
INTEGER dwCreationFlags, ;
STRING lpEnvironment, ;
STRING lpCurrentDirectory, ;
STRING lpStartupInfo, ;
STRING @lpProcessInformation
*
cApplication = pciCEStringToUnicode(cApplication)
cCommandLine = pciCEStringToUnicode(cCommandLine)
PUBLIC cProcessInformation
cProcessInformation = REPLICATE(CHR(0),16)
*
RETURN CeCreateProcess(@cApplication, @cCommandLine,"","",0,0,"","","",@cProcessInformation)
*
*
Next
Reply
Map
View

Click here to load this message in the networking platform