ClassesClassesClassesClasses | | | | Operators

get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape (Operator)

Name

get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape — Query the current mouse pointer shape.

Signature

get_mshape( : : WindowHandle : Cursor)

Herror get_mshape(const Hlong WindowHandle, char* Cursor)

Herror T_get_mshape(const Htuple WindowHandle, Htuple* Cursor)

Herror get_mshape(const HTuple& WindowHandle, char* Cursor)

HTuple HWindow::GetMshape() const

void GetMshape(const HTuple& WindowHandle, HTuple* Cursor)

HString HWindow::GetMshape() const

void HOperatorSetX.GetMshape(
[in] VARIANT WindowHandle, [out] VARIANT* Cursor)

BSTR HWindowX.GetMshape()

static void HOperatorSet.GetMshape(HTuple windowHandle, out HTuple cursor)

string HWindow.GetMshape()

Description

get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape returns the name of the pointer shape set for the window. The mouse pointer shape can be used in the operator set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape.

Parallelization

Parameters

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

Window identifier.

CursorCursorCursorCursorCursorcursor (output_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Mouse pointer name.

Result

get_mshapeget_mshapeGetMshapeget_mshapeGetMshapeGetMshape returns the value 2 (H_MSG_TRUE).

Possible Predecessors

open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow, open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow, query_mshapequery_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape

Possible Successors

set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape

See also

set_mshapeset_mshapeSetMshapeset_mshapeSetMshapeSetMshape, query_mshapequery_mshapeQueryMshapequery_mshapeQueryMshapeQueryMshape

Module

Foundation


ClassesClassesClassesClasses | | | | Operators