Function ProConfigoptArrayGet
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:
Synopsis
#include <ProUtil.h>
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
The function successfully retrieved the information.
The arguments provided are invalid.
The specified option was not found.
The function returned the option value, but the option is longer than the maximum ProPath.
Sample Code References
User Guide References
War dies hilfreich?