ParamSet.opIn_r

Obtains the parameter value corresponding to key.

class ParamSet
cstring*
opIn_r
(
cstring key
)

Parameters

key cstring

parameter key (case insensitive)

Return Value

Type: cstring*

pointer to the corresponding parameter value or null if the key is unknown. A pointer to null indicates that no value is currently set for this key.

Meta