ScnLib_CheckComponents()

ScnLib_CheckComponents()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_CheckComponents(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_CheckComponents();
Basic Public Declare Function ScnLib_CheckComponents Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_CheckComponents(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Verify that all SDK and required system components are present and functioning.

  • Parameters
    None.

  • Return Value
    If all necessary components are present and functioning, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    It is advisable, though not mandatory, to use this function to confirm that all necessary components are present and functioning. A failure of this function indicates the absence of essential SDK or system component files, potentially due to accidental deletion. In such cases, prompt the user to resolve the issue by restoring or reinstalling the missing files. Proceeding to call ScnLib_InitializeA/W() without addressing these missing components will result in failure.

  • See Also
    ScnLib_SetLogPathA/W()
    ScnLib_InitializeA/W()

Try the SDK for FREE SDK APIs overview