|
WINDOW.Close |
|
|
status = WINDOW.Close( hWindow AS HANDLE ) AS INTEGER
Closes a window opened by using WINDOW.New or FILE.New. This is the same as calling FILE.Close( hWindow ) except it can't close the application window.
|