Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP5 app. won't close automatically when W95 shuts down.
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00113290
Message ID:
00114550
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform