ScnLib_GetCursorEffectsColors()

ScnLib_GetCursorEffectsColors()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetCursorEffectsColors(COLORREF *crHighlight, COLORREF *crLeftClick, COLORREF *crRightClick, COLORREF *crTrack);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetCursorEffectsColors(ref uint HighlightColor, ref uint LeftClickColor, ref uint RightClickColor, ref uint TrackColor);
Basic Public Declare Sub ScnLib_GetCursorEffectsColors Lib "ScnLib.dll" (ByRef HighlightColor As UInt32, ByRef LeftClickColor As UInt32, ByRef RightClickColor As UInt32, ByRef TrackColor As UInt32)
Delphi procedure ScnLib_GetCursorEffectsColors(var HighlightColor: LongWord; var LeftClickColor: LongWord; var RightClickColor: LongWord; var TrackColor: LongWord); stdcall; external 'ScnLib.dll';
  • Description
    Check the current settings for mouse cursor effects colors.

  • Parameters
    • HighlightColor [out]
      The current cursor highlight circle color, expressed in the COLORREF format.
    • LeftClickColor [out]
      The current left button click circle color, expressed in the COLORREF format.
    • RightClickColor [out]
      The current right button click circle color, expressed in the COLORREF format.
    • TrackColor [out]
      The current cursor track line color, expressed in the COLORREF format.
  • Return Value
    None.

  • Remarks
    Use this function to check the current settings for mouse cursor effects colors.

  • See Also
    ScnLib_SetCursorEffectsColors()

Try the SDK for FREE SDK APIs overview