tfTeldUserGetServerHandle

Jump to: navigation, search

Table of Contents >> Application Reference >> Telnet Daemon


#include <trsocket.h>


ttUserTeldSrvHandle tfTeldUserGetServerHandle (ttUserTeldHandle teldHandle);


Function Description

This function allows the user to get the Telnet server handle for the server that controls the specified Telnet connection.


Parameters


Returns

  • !NULL
    The server handle, as returned by tfTeldUserCreate().
  • NULL
    Invalid Telnet connection handle specified.


Table of Contents >> Application Reference >> Telnet Daemon