CloseProtocolSession function
The CloseProtocolSession function will set the protocol in the blockedlist, the next time TV's server wil start, it will not load this protocol.Syntax
int __stdcall CloseProtocolSession(
__in ProtocolSession *psess
);
Parameters
psess [in] A pointer to a ProtocolSession structure. This is a session assigned to a protocol at the moment it's loaded into the memory.
Return value
If no error occurs the function returns True (one). If the function fails it will return False (zero).
Requirements
| Should be exported by | -
|
| Minimum supported API | 1.00
|
| Header | tvsserver_base.h
|