ZD 录屏 SDK API – ScnLib_ConfigureSettings()
ScnLib_ConfigureSettings() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
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'; | ||||
|