ClassesClassesClassesClasses | | | | Operators

close_windowclose_windowCloseWindowclose_windowCloseWindowCloseWindow (Operator)

Name

close_windowclose_windowCloseWindowclose_windowCloseWindowCloseWindow — Close an output window.

Signature

close_window( : : WindowHandle : )

Herror close_window(const Hlong WindowHandle)

Herror T_close_window(const Htuple WindowHandle)

Herror close_window(const HTuple& WindowHandle)

void CloseWindow(const HTuple& WindowHandle)

void HOperatorSetX.CloseWindow([in] VARIANT WindowHandle)

static void HOperatorSet.CloseWindow(HTuple windowHandle)

Description

close_windowclose_windowCloseWindowclose_windowCloseWindowCloseWindow closes a window which have been opened by open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow or by open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow. Afterwards the output device or the window area, respectively, is ready to accept new calls of open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow or open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow.

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Window identifier.

Result

If the output window is valid close_windowclose_windowCloseWindowclose_windowCloseWindowCloseWindow returns 2 (H_MSG_TRUE). If necessary an exception is raised.

Possible Predecessors

open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow, open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow

See also

open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow, open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow

Module

Foundation


ClassesClassesClassesClasses | | | | Operators