Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CECreateProcess not running
Message
De
18/08/2003 08:52:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00820945
Message ID:
00820995
Vues:
13
Sorry, but not success. Do you have PocketPC connected to VFP app. via RAPI ?

>Try
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)
>RETURN CeCreateProcess(cApplication, cCommandLine, 0, 0, 0, 0, 0, 0, 0, 0)
>
>>This is my call to RAPI CeCreateProcess pocketPC, but always I always obtain a 0 result... Help please !!
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform