ScnLib_ConfigureSettings()

ScnLib_ConfigureSettings()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_ConfigureSettings(HWND hwndParent);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_ConfigureSettings(IntPtr ParentWnd);
Basic Public Declare Sub ScnLib_ConfigureSettings Lib "ScnLib.dll" (ByVal ParentWnd As IntPtr)
Delphi procedure ScnLib_ConfigureSettings(ParentWnd: THandle); stdcall; external 'ScnLib.dll';
  • Description
    Open the SDK's built-in settings dialog.

  • Parameters
    • ParentWnd [in]
      The parent window handle. Specifying a zero value will set the desktop window as the parent window.
  • Return Value
    None.

  • Remarks
    Use this function to open the SDK's built-in settings dialog, where almost all SDK settings are accessible for adjustment. To maintain your settings across program restarts, consider using ScnLib_LoadSettingsA/W() upon the program startup and ScnLib_SaveSettingsA/W() upon exiting the program. If you wish to revert to the default SDK settings, call ScnLib_DeleteSettingsA/W() to erase saved settings, and then restart the program without saving the current settings.

  • See Also
    ScnLib_LoadSettingsA/W()
    ScnLib_SaveSettingsA/W()
    ScnLib_DeleteSettingsA/W()

Try the SDK for FREE SDK APIs overview