ZD 录屏 SDK API – ScnLib_SetLayoutContext()
ScnLib_SetLayoutContext() | 标准版 | 专业版 | 超级版 | 至尊版 | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C++ |
__declspec(dllimport) int __stdcall ScnLib_SetLayoutContext(int nBlock); |
✘ | ✘ | ✘ | ✔ | ||||||||||||||||||||||||||||||||||||||||||||||||
C# |
[DllImport("ScnLib.dll")] public static extern int ScnLib_SetLayoutContext(int Block); | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Basic |
Public Declare Function ScnLib_SetLayoutContext Lib "ScnLib.dll" (ByVal Block As Int32) As Int32 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Delphi |
function ScnLib_SetLayoutContext(Block: Integer): Integer; stdcall; external 'ScnLib.dll'; | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|