Platform | Win32, x64 |
Purpose |
To close and destroy a displayed ClearWin window. |
Syntax |
SUBROUTINE DESTROY_WINDOW@(HWND) |
Description |
Destroys a window specified by HWND and any child windows that may be owned by it. Fonts owned by the window are not destroyed. HWND is the window handle returned by CREATE_WINDOW@. |