ZD Screen Recorder SDK API – ScnLib_ConfigureSettings()
ScnLib_ConfigureSettings() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_ConfigureSettings(HWND hwndParent); |
✘ | ✘ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_ConfigureSettings(IntPtr ParentWnd); | ||||
Basic |
Public Declare Sub ScnLib_ConfigureSettings Lib "ScnLib.dll" (ByVal ParentWnd As IntPtr) | ||||
Delphi |
procedure ScnLib_ConfigureSettings(ParentWnd: THandle); stdcall; external 'ScnLib.dll'; | ||||
|