1.20.4. options_GetR

[<<<] [>>>]

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

long *options_GetR(pExecuteObject pEo,
                 char *name
);
The return value is a long * pointer to the option value or NULL if the option is not set. If the caller sets the long variable pointed by the returned pointer the value of the option is changed directly.
[<<<] [>>>]