Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ExitWindowsEx always reboot but not off!
Message
De
06/02/1999 01:51:19
 
 
À
06/02/1999 01:45:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00184610
Message ID:
00184658
Vues:
23
>>Hi,
>> I used to do so before using the following parameter:
>>#DEFINE EWX_LOGOFF 0
>>#DEFINE EWX_SHUTDOWN 1
>>#DEFINE EWX_REBOOT 2
>>#DEFINE EWX_FORCE 4
>>#DEFINE EWX_POWEROFF 8
>>
>>ExitWindowsEx(EWX_SHUTDOWN, 0)
>>
>>it do shutdown. !!!! However, if there are many running application while u issue ExitWindowsEx() it won shutdown ... (sometime) but it working last time in Win95..try it out.....!!!! if u can solve my problem please told me ...
>
>You need to use both the EWX_SHUTDOWN and EWX_FORCE flags to close all running apps that fail to respond to SendMessage() via TerminateProcess(). Instead of your existing coding, try:
>
>ExitWindowsEx(EWX_SHUTDOWN + EWX_FORCE, 0)

In addition, if you want to actually power down, you have to use the EWX_POWEROFF flag, and the machine's BIOS has to have soft power support, and a soft switched power supply (most ATX form factor power supplies have this, but not older AT form factor supplies), and you have to install APM support under Win9x.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform