ZD Screen Recorder SDK API – ScnLib_SetCursorEffectsColors()
| ScnLib_SetCursorEffectsColors() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) void __stdcall ScnLib_SetCursorEffectsColors(COLORREF crHighlight, COLORREF crLeftClick, COLORREF crRightClick, COLORREF crTrack); | ✔ | ✔ | ✔ | ✔ | 
| C# | 
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetCursorEffectsColors(uint HighlightColor, uint LeftClickColor, uint RightClickColor, uint TrackColor); | ||||
| Basic | 
Public Declare Sub ScnLib_SetCursorEffectsColors Lib "ScnLib.dll" (ByVal HighlightColor As UInt32, ByVal LeftClickColor As UInt32, ByVal RightClickColor As UInt32, ByVal TrackColor As UInt32) | ||||
| Delphi | 
procedure ScnLib_SetCursorEffectsColors(HighlightColor: LongWord; LeftClickColor: LongWord; RightClickColor: LongWord; TrackColor: LongWord); stdcall; external 'ScnLib.dll'; | ||||
| 
 | |||||