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: | pfcBaseSession::SetConfigOption | ||||||||||
Synopsis | |||||||||||
#include <ProUtil.h> | |||||||||||
ProError | 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 | |||||||||||
|