Pluginshowoptions

void Pluginshowoptions(t_control *options);

Opens Plugin options window and displays page pointed to by the parameter options. This parameter should be the same as returned by ODBG2_Pluginoptions(), or must point to the alternative CA_COMMENT within the list.


Parameters:

options
(in) Array of structures t_control that describes the option page(s). If plugin displays single options page, it must be equal to the descriptor that plugin returns in the call to ODBG2_Pluginoptions(). If plugin displays several pages, it also may point to one of the records of type CA_COMMENT that mark the begin of the new options page.


Return values:

None


See also:
Dialogs, plugins, t_control, ODBG2_Pluginoptions()