How to Quit Windows from Within a FoxPro ApplicationLast reviewed: April 29, 1996Article ID: Q105046 |
The information in this article applies to:
SUMMARYYou can quit Microsoft Windows from within an application written in FoxPro by using the Windows application programming interface (API) through FOXTOOLS.FLL, a library file included with FoxPro.
MORE INFORMATIONNOTE: While it is possible to quit Windows from within a FoxPro program by making use of the Windows API function ExitWindows(), FoxPro will not do a complete cleanup and can leave .TMP files in your TEMP subdirectory.
REFERENCESFor more information about ExitWindows(), see the Microsoft Windows Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions" manual. It contains information about the return values for ExitWindows() and their meanings.
|
Additional reference words: VFoxWin 3.00 FoxWin 2.50 2.50a 2.50b 2.60 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |