• About TV's server
  • New in version 3.20
  • New in version 3.10
  • About the source code
  • About protocols/plugins
  • TV's server API
  • Protocol Initialisation
  • Protocol binding
  • Protocol Listening and handling
  • Protocol data storage
  • Control panel
  • Multi column list
  • Time and date
  • Http protocol functions
  • Unimplemented and/or replaced functions
  • GetListenSessionFromClientSession function

    The GetClientSessionInfo function will return a pointer to a ListenSession structure that correspondents with the given ClientSession.

    Syntax

    ListenSession* __stdcall GetListenSessionFromClientSession(
    __in ProtocolSession *psess,
    __in ClientSession *sess
    );

    Parameters

    psess [in]sess [in]

    Return value

    A pointer to a ListenSession structure where ClientSession sess is a member from.

    Requirements

    Should be exported by -
    Minimum supported API 1.01
    Header tvsserver_base.h