The information in this article applies to:
SUMMARY
You 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 INFORMATION
NOTE: 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 query words: VFoxWin FoxWin 2.50 2.50a 2.50b 2.60 2.60a exit windows
Keywords : kbinterop kbprg kbtool FxprgFoxtools |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |