ScnLib_GetCursorEffects()

ScnLib_GetCursorEffects()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetCursorEffects(BOOL *bHighlight, BOOL *bClickEffects, BOOL *bTrack, BOOL *bClickSound);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetCursorEffects(ref bool Highlight, ref bool ClickEffects, ref bool Track, ref bool ClickSound);
Basic Public Declare Sub ScnLib_GetCursorEffects Lib "ScnLib.dll" (ByRef Highlight As Boolean, ByRef ClickEffects As Boolean, ByRef Track As Boolean, ByRef ClickSound As Boolean)
Delphi procedure ScnLib_GetCursorEffects(var Highlight: LongBool; var ClickEffects: LongBool; var Track: LongBool; var ClickSound: LongBool); stdcall; external 'ScnLib.dll';
  • Description
    Check which mouse cursor effects are currently turned on or off.

  • Parameters
    • Highlight [out]
      TRUE: The highlight circle effect is turned on.
      FALSE: The highlight circle effect is turned off.
    • ClickEffects [out]
      TRUE: The click circle animation effect is turned on.
      FALSE: The click circle animation effect is turned off.
    • Track [out]
      TRUE: The track effect is turned on.
      FALSE: The track effect is turned off.
    • ClickSound [out]
      TRUE: The click sound effect is turned on.
      FALSE: The click sound effect is turned off.
  • Return Value
    None.

  • Remarks
    Use this function to check which mouse cursor effects are currently turned on or off.

  • See Also
    ScnLib_AddCursorEffects()

Try the SDK for FREE SDK APIs overview