The get_option v4 API method gets the value of a settable option.
short get_option( a_v4_extfn_proc_context * cntxt, char *option_name, an_extfn_value *output )
| Parameter | Description | 
|---|---|
| cntxt | The procedure context object | 
| option_name | Name of the option to get | 
| output | 
  | 
1 if successful, 0 otherwise.