Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CECreateProcess JUST running
Message
From
20/08/2003 07:20:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
CECreateProcess JUST running
Miscellaneous
Thread ID:
00821714
Message ID:
00821714
Views:
53
**********************************************************
FUNCTION pciCECreateProcess( cApplication, cCommandLine )
**********************************************************
*
*
DECLARE LONG CeCreateProcess IN RAPI ;
STRING lpApplicationName, ;
STRING lpCommandLine, ;
LONG lpProcessAttributes, ;
LONG lpThreadAttributes, ;
LONG bInheritHandles, ;
LONG dwCreationFlags, ;
LONG lpEnvironment, ;
LONG lpCurrentDirectory, ;
LONG lpStartupInfo, ;
LONG lpProcessInformation
*
cApplication = pciCEStringToUnicode(cApplication)
cCommandLine = pciCEStringToUnicode(cCommandLine)
*
RETURN CeCreateProcess(cApplication,cCommandLine,0,0,0,0,0,0,0,0)
*
*
Next
Reply
Map
View

Click here to load this message in the networking platform