lcPlugSetOption Home

Sets a value of plugin's option.

 BOOL lcPlugSetOption (
   LPCWSTR szFileName,
   LPCWSTR szOptName,
   LPCWSTR szOptValue,
   BOOL bSave
 );

Parameters
szFileName
  Plugin's filename, without path and extention.
szOptName
  Option name.
szOptValue
  Option value.
bSave
  If TRUE, then the plugin configuration file will be overwritten just after setting the option.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPlugGetOption