ScnLib_GetCaptureRegion()

ScnLib_GetCaptureRegion()

标准版专业版超级版至尊版
C++ __declspec(dllimport) void __stdcall ScnLib_GetCaptureRegion(long *left, long *top, long *right, long *bottom);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetCaptureRegion(ref int left, ref int top, ref int right, ref int bottom);
Basic Public Declare Sub ScnLib_GetCaptureRegion Lib "ScnLib.dll" (ByRef left As Int32, ByRef top As Int32, ByRef right As Int32, ByRef bottom As Int32)
Delphi procedure ScnLib_GetCaptureRegion(var left: Integer; var top: Integer; var right: Integer; var bottom: Integer); stdcall; external 'ScnLib.dll';

下载 SDK API 总览