tfTeldUserGetServerHandle
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
- teldHandle
- The connection handle received by your callback function tfNgTeldOpened() or tfTeldOpened().
Returns
- !NULL
- The server handle, as returned by tfTeldUserCreate().
- NULL
- Invalid Telnet connection handle specified.