BindInitOptions structure
Contains information about the data to be stored with the SavePluginData function to initialize the ListenSession.Syntax
typedef struct BindInitOptions{
int size;
int flags;
BindInitOption listOptions[];
} BindInitOptions;Members
size The size of the structure, in bytes.
flags No flags here to define. This member is manly for C compatibility (padding), but it might be used in the furture and therefore should be set to zero.
listOptions A list of options to initialize the ListenSesion with. This should contain options specified in the member subOptions of structure ControlPanelOptions (configured by the protocol to be initialized) with flag CPO_GEN_LISTENSESSION_OPTION. By setting other options you may change internal settings that can cause unexpected situations. Options described in the ControlPanelOptions structure, but not defined here will be set to the defaultValue.
Requirements
| Minimum supported API | 1.00
|
| Header | tvsserver_base.h
|