ClassesClassesClassesClasses | | | | Operators

get_fixget_fixGetFixget_fixGetFixGetFix (Operator)

Name

get_fixget_fixGetFixget_fixGetFixGetFix — Get mode of fixing of current look-up-table (lut).

Signature

get_fix( : : WindowHandle : Mode)

Herror get_fix(const Hlong WindowHandle, char* Mode)

Herror T_get_fix(const Htuple WindowHandle, Htuple* Mode)

Herror get_fix(const HTuple& WindowHandle, char* Mode)

HTuple HWindow::GetFix() const

void GetFix(const HTuple& WindowHandle, HTuple* Mode)

HString HWindow::GetFix() const

void HOperatorSetX.GetFix(
[in] VARIANT WindowHandle, [out] VARIANT* Mode)

BSTR HWindowX.GetFix()

static void HOperatorSet.GetFix(HTuple windowHandle, out HTuple mode)

string HWindow.GetFix()

Description

Use get_fixget_fixGetFixget_fixGetFixGetFix to get mode of fixing of current look-up-table (look-up-table of valid window) set before by set_fixset_fixSetFixset_fixSetFixSetFix.

Parallelization

Parameters

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

Window identifier.

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

Current Mode of fixing.

Result

get_fixget_fixGetFixget_fixGetFixGetFix returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.

Possible Successors

set_fixset_fixSetFixset_fixSetFixSetFix, set_pixelset_pixelSetPixelset_pixelSetPixelSetPixel, set_rgbset_rgbSetRgbset_rgbSetRgbSetRgb

See also

set_fixset_fixSetFixset_fixSetFixSetFix

Module

Foundation


ClassesClassesClassesClasses | | | | Operators