DOCERR: Incomplete Description of ExitWindows()Last reviewed: July 23, 1997Article ID: Q100359  | 
	
| 
	
 
3.10
WINDOWS
kbprg kbdocerr
 
 SUMMARYThe description of the ExitWindows function does not list the code that can be used to terminate Windows and return control to MS-DOS. 
 MORE INFORMATIONPage 290 of the Microsoft Windows Software Development Kit (SDK) "Programming Reference, Volume 2: Functions" manual for version 3.1 states that the ExitWindows function can be used to terminate Windows and return control to MS-DOS. However, the description doesn't list the code needed to exercise this feature of the ExitWindows function. To allow the ExitWindows function to terminate Windows and return control to MS-DOS, pass a zero as the dwReturnCode parameter. 
  | 
	
	Additional reference words: 3.10 docerr 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |