Search:
 
Home
API / Shutdown and Restart Windows 28/12/2006

Declare Integer ExitWindowsEx in "user32.dll" Integer uFlags, Integer dwReserved

Values to variable uFlags:

0 = Shutdown windows
1 = Stand By.
2 = Restart windows.
second column is value: 0

Ex: ExitWindowsEx(1,0)

Author:Rafael Lippert
Similar topics
API :
- Change the Resolution of the Screen
- Colors - Configurations of Windows
- Delete File
- Enable/Disable the Windows Start Button and TaskBa
- Hide and Unhide the Taskbar for Windows
- Move File
Documento sem título

Rafael Lippert
rafaellippert@gmail.com