Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ExitWindowsEx
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00182764
Message ID:
00182837
Views:
19
>>Sorry,
>> Forgot to show the statement...:(
>> set library to foxtools
>> #DEFINE EWX_SHUTDOWN 1
>> getout=regfn("ExitWindowsEx","II","I")
>> =CALLFN(getout,EWX_SHUTDOWN,0)
>
>This happens if you answer no to the save data messagebox.

You mean Cancel, probably.

>You can add EWX_FORCE (4) to the 2nd parameter to force the shutdown to happen. However, you could potentially lose unsaved data because it does not send WM_QUERYENDSESSION or WM_ENDSESSION messages to open applications.

Also, this can result in temp files not deleted, files not closed, cross-linked files, etc.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform