ClassesClasses | | Operators

query_lutT_query_lutQueryLutQueryLut (Operator)

Name

query_lutT_query_lutQueryLutQueryLut — Query all available look-up-tables (lut).

Signature

query_lut( : : WindowHandle : LookUpTable)

Herror T_query_lut(const Htuple WindowHandle, Htuple* LookUpTable)

void QueryLut(const HTuple& WindowHandle, HTuple* LookUpTable)

HTuple HWindow::QueryLut() const

static void HOperatorSet.QueryLut(HTuple windowHandle, out HTuple lookUpTable)

HTuple HWindow.QueryLut()

Description

query_lutquery_lutQueryLutQueryLutQueryLut returns the names of all look-up-tables available on the current used device. These tables can be set with set_lutset_lutSetLutSetLutSetLut. An table named 'default' is always available.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

LookUpTableLookUpTableLookUpTableLookUpTablelookUpTable (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Names of look-up-tables.

Result

query_lutquery_lutQueryLutQueryLutQueryLut returns 2 (H_MSG_TRUE) if a window is valid. Otherwise an exception is raised.

Possible Successors

set_lutset_lutSetLutSetLutSetLut, disp_lutdisp_lutDispLutDispLutDispLut

See also

set_lutset_lutSetLutSetLutSetLut

Module

Foundation


ClassesClasses | | Operators