typedef struct InternalListenStructure{
struct ProtocolSessionCollection *bindedToHandles;
void *reserved;
void *reserved;
void *reserved;
void *reserved;
int status;
int id;
void *reserved;
char *name;
} InternalListenStructure;| Value | Meaning |
| LSESS_STATE_LOADING 0 | The ListenSession is loading. |
| LSESS_STATE_ERROR 1 | There was an error while loading the ListenSession. The ListenSession is currently unloading. |
| LSESS_STATE_LOADED 2 | The ListenSession is loaded and working. |
| LSESS_STATE_UNLOADING 3 | The ListenSession is currently unloading. |
| Minimum supported API | 1.00 |
| Header | tvsserver_base.h |