Question and Answer Database FAQ2253C.txt How do I restart Windows? Category :Windows API Platform :All Product :C++Builder 1.x Question: How do I restart Windows? Answer: The Windows API function ExitWindows() is incorrectly documented. There are three constants available for the first parameter, and the second parameter is used when exiting Windows to start a DOS program: EW_RESTARTWINDOWS EW_REBOOTSYSTEM EW_EXITANDEXECAPP Example: ExitWindows(EW_RESTARTWINDOWS, 0); 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99