Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shut down windows
Message
 
To
16/01/2002 13:27:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00605534
Message ID:
00605825
Views:
8
Here's the answer:

DECLARE INTEGER ExitWindowsEx IN Win32API INTEGER nFlags, INTEGER Reserved
DECLARE INTEGER ExitProcess IN Win32API INTEGER nExitCode

CLOSE ALL
FLUSH

=ExitWindowsEx(4,0)
=ExitProcess(0)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform