ClassesClassesClassesClasses | | | | Operators

query_mshapeT_query_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape (Operator)

Name

query_mshapeT_query_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape — Query all available mouse pointer shapes.

Signature

query_mshape( : : WindowHandle : ShapeNames)

Herror T_query_mshape(const Htuple WindowHandle, Htuple* ShapeNames)

Herror query_mshape(const HTuple& WindowHandle, HTuple* ShapeNames)

HTuple HWindow::QueryMshape() const

void QueryMshape(const HTuple& WindowHandle, HTuple* ShapeNames)

HTuple HWindow::QueryMshape() const

void HOperatorSetX.QueryMshape(
[in] VARIANT WindowHandle, [out] VARIANT* ShapeNames)

VARIANT HWindowX.QueryMshape()

static void HOperatorSet.QueryMshape(HTuple windowHandle, out HTuple shapeNames)

HTuple HWindow.QueryMshape()

Description

query_mshapequery_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape returns the names of all available mouse pointer shapes for the window. These can be used in the operator set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape. If no mouse pointers are available, the empty tuple is returned.

Parallelization

Parameters

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

Window identifier.

ShapeNamesShapeNamesShapeNamesShapeNamesShapeNamesshapeNames (output_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Available mouse pointer names.

Result

query_mshapequery_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape returns the value 2 (H_MSG_TRUE).

Possible Predecessors

open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow, open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow, get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape

Possible Successors

set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape

See also

set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape, get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape

Module

Foundation


ClassesClassesClassesClasses | | | | Operators