Skip to content

get_fixGetFixGetFixget_fixT_get_fix🔗

Short description🔗

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

Warning🔗

get_fixGetFix is obsolete and is only provided for reasons of backward compatibility.

Signature🔗

get_fix( window WindowHandle, out string Mode )void GetFix( const HTuple& WindowHandle, HTuple* Mode )static void HOperatorSet.GetFix( HTuple windowHandle, out HTuple mode )def get_fix( window_handle: HHandle ) -> str

Herror T_get_fix( const Htuple WindowHandle, Htuple* Mode )

HString HWindow::GetFix( ) const

string HWindow.GetFix( )

Description🔗

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

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

WindowHandlewindowHandlewindow_handle (input_control) window → (handle)HTuple (HHandle)HWindow, HTuple (IntPtr)HHandleHtuple (handle)

Window handle.

Modemodemode (output_control) string → (string)HTuple (HString)HTuple (string)strHtuple (char*)

Current Mode of fixing.

Result🔗

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

Combinations with other operators🔗

Combinations

Possible successors

set_fixSetFix, set_pixelSetPixel, set_rgbSetRgb

See also

set_fixSetFix

Module🔗

Foundation