1.20.3. options_Get

[<<<] [>>>]

This function retrieves and returns the value of an option data.

long options_Get(pExecuteObject pEo,
                 char *name
);
The return value is the option value or zero in case the option is not set.
[<<<] [>>>]