Microsoft KB Archive/100359

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 12:44, 19 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DOC: Incomplete Description of ExitWindows()

Q100359



The information in this article applies to:


  • Microsoft Windows Software Development Kit (SDK)





SUMMARY

The description of the ExitWindows function does not list the code that you can use to terminate Windows and return control to MS-DOS.



MORE INFORMATION

Page 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 query words:

Keywords : kbdocfix kbdocerr kb16bitonly kbSDKPlatform kbGrpDSUser kbWndw kbDSupport kbwin16sdkfaq
Issue type :
Technology : kbAudDeveloper kbSDKSearch kbWinSDKSearch


Last Reviewed: December 17, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.