Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP5 app. won't close automatically when W95 shuts down.
Message
 
 
À
03/07/1998 08:01:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00113290
Message ID:
00114550
Vues:
22
Ed,

VFP is only case sensitive in the DECLARE, after that you can use any case in VFP to call the API function:

ExitProcess()
exitprocess()
EXITPROCESS()
eXITpROCESS()

will all work equally well in the VFP code.
DECLARE INTEGER ExitProcess IN Win32API ;
	INTEGER ExitCode
>Note: ExitProcess is CASE SENSITIVE in both its declaration and in referencing it.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform