tfHttpdUserStop

Jump to: navigation, search

Table of Contents >> Application Reference >> Web Server


#include <trsocket.h>


int tfHttpdUserStop (ttHttpdUserSrvHandle userSrvHandle);


Function Description

This function will close an HTTP server.


Parameters


Returns

  • TM_ENOERROR
    Success.
  • TM_EALREADY
    Server is not opened, or already closed.


Table of Contents >> Application Reference >> Web Server