ScnLib_GetVideoResolution()

ScnLib_GetVideoResolution()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetVideoResolution(int *nWidth, int *nHeight);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_GetVideoResolution(ref int Width, ref int Height);
Basic Public Declare Sub ScnLib_GetVideoResolution Lib "ScnLib.dll" (ByRef Width As Int32, ByRef Height As Int32)
Delphi procedure ScnLib_GetVideoResolution(var Width: Integer; var Height: Integer); stdcall; external 'ScnLib.dll';
  • Description
    Check the current actual video resolution.

  • Parameters
    • Width [out]
      The width of the actual video resolution.
    • Height [out]
      The height of the actual video resolution.
  • Return Value
    None.

  • Remarks
    Use this function to check the current actual video resolution.

  • See Also
    ScnLib_SetVideoResolution()

Try the SDK for FREE SDK APIs overview