Function ProConfigoptSet
Description
Sets the value of the specified configuration file option. If the option is a multi-string option (e.g. search_path) the function adds a new entry for this option without modifying existing entries.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProConfigoptSet
(
ProName option
/* (In)
The keyword string. This can include uppercase and lowercase letters.
*/
ProPath option_value
/* (In)
The value of the keyword string, as it must appear in the configuration file.
*/
)
Returns
The function successfully set the value.
The specified option was not found.
You cannot set the specified option.
Sample Code References
这对您有帮助吗?