| DEPRECATED: | Since Creo 4 | |||||||||||||
| SUPERSEDED BY: | ProConfigoptionGet | |||||||||||||
| Description | ||||||||||||||
| Retrieves the current value for the specified configuration file option. This function truncates the results of the query to PRO_LINE_SIZE-1 characters.
Note: While retrieving the value of an option that may have multiple values, use ProConfigoptArrayGet() instead of this function. To get the value of an option with path-length string, use ProConfigoptionGet(). |
||||||||||||||
| Replacement in Object TOOLKIT: | pfcBaseSession::GetConfigOption | |||||||||||||
| Synopsis | ||||||||||||||
| #include <ProUtil.h> | ||||||||||||||
| ProError | ProConfigoptGet | ( | ||||||||||||
| ProName option | ||||||||||||||
| /* (In) | ||||||||||||||
| The keyword string. This can include uppercase and lowercase letters. | ||||||||||||||
| */ | ||||||||||||||
| ProLine option_value | ||||||||||||||
| /* (Out) | ||||||||||||||
| The value of the keyword string, as it appears in the configuration file. | ||||||||||||||
| */ | ||||||||||||||
| ) | ||||||||||||||
| Returns | ||||||||||||||
|
||||||||||||||