Description | ||||||||||||||
Retrieves the current value for the specified configuration file option. This function supports multi-string options (e.g. search_path).
Note: Use this function instead of ProConfigoptGet() while retrieving the value of an option that may have multiple values or a path-length string. |
||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::GetConfigOptionValues | |||||||||||||
Synopsis | ||||||||||||||
#include <ProUtil.h> | ||||||||||||||
ProError | ProConfigoptArrayGet | ( | ||||||||||||
ProName option | ||||||||||||||
/* (In) | ||||||||||||||
The keyword string. This can include uppercase and lowercase letters. | ||||||||||||||
*/ | ||||||||||||||
ProPath** value_array | ||||||||||||||
/* (Out) | ||||||||||||||
The option value(s), in a ProArray. The function allocates this array, free it with ProArrayFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|