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