ScnLib_Uninitialize()

ScnLib_Uninitialize()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_Uninitialize(void);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_Uninitialize();
Basic Public Declare Sub ScnLib_Uninitialize Lib "ScnLib.dll" ()
Delphi procedure ScnLib_Uninitialize(); stdcall; external 'ScnLib.dll';
  • Description
    Uninitialize the SDK.

  • Parameters
    None.

  • Return Value
    None.

  • Remarks
    Use this function to uninitialize the SDK. This function must be called upon completing your usage of the SDK. It frees all resources allocated by the SDK. Exiting a process without calling this function could lead to memory or resource leaks.

  • See Also
    ScnLib_InitializeA/W()

Try the SDK for FREE SDK APIs overview