CloseApp
Description: |
baCloseApp closes the application owning a specified window. |
Platforms: |
Windows |
Usage: |
Result = baCloseApp( WinHandle ) |
Arguments: |
Integer. |
Returns: |
Void. |
Examples: |
Director: Authorware: |
Notes: |
Not all applications react kindly to being closed by other applications, and may leave the system unstable. If you use this function, be sure to test thoroughly. If possible, use the baCloseWindow function instead. |
See also: |
baCloseWindow |