Platform |
Win32, x64 |
Purpose |
To set the default ClearWin window for standard I/O. |
Syntax |
INTEGER(7) FUNCTION SET_DEFAULT_WINDOW@(HWND) |
Description |
All future standard I/O requests will be directed to this window. HWND is a handle created by CREATE_WINDOW@. |
Return value |
Returns the handle of the previous default window. |