LinkedlistControlPanelOptions structure
Contains a a ControlPanelOption structure and a pointer to the next structure in the linked list.Syntax
typedef struct LinkedlistControlPanelOptions{
struct LinkedlistControlPanelOptions *next;
ControlPanelOption cpo;
} LinkedlistControlPanelOptions;Members
next A pointer to the next LinkedlistControlPanelOptions structure.
cpoRequirements
| Minimum supported API | 1.00
|
| Header | tvsserver_base.h
|