ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
class | CHttpClient |
class | CHttpClientThread |
class | CHttpDaemon |
class | CHttpDaemonThread |
Macros | |
#define | HTTPD_START WM_USER + 1 |
#define | HTTPD_STOP WM_USER + 2 |
#define | HTTPD_SUSPEND WM_USER + 3 |
#define | HTTPD_RESUME WM_USER + 4 |
Typedefs | |
typedef CHttpClient * | LPCHttpClient |
typedef CHttpClientThread * | LPCHttpClientThread |
typedef CHttpDaemon * | LPCHttpDaemon |
typedef CHttpDaemonThread * | LPCHttpDaemonThread |
Enumerations | |
enum | HTTPdState { hsStopped = 0 , hsRunning , hsSuspended } |
typedef CHttpClient* LPCHttpClient |
typedef CHttpClientThread* LPCHttpClientThread |
typedef CHttpDaemon* LPCHttpDaemon |
typedef CHttpDaemonThread* LPCHttpDaemonThread |
Enumerator | |
---|---|
hsStopped | |
hsRunning | |
hsSuspended |