#include <httpsvc.h>
Inheritance diagram for PHTTPServiceProcess:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in PSecureHTTPServiceProcess. |
|
Get the current service process object.
Reimplemented from PServiceProcess. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resume after the service was paused. Reimplemented from PServiceProcess. |
|
|
|
Called by the system when the service is to be paused. This will suspend any actions that the service may be executing. Usually this is less expensive in resource allocation etc than stopping and starting the service.
Reimplemented from PServiceProcess. |
|
Called when the service is started. This typically initialises the service and returns TRUE if the service is ready to run. The Main()# function is then executed.
Implements PServiceProcess. |
|
Called by the system when the service is stopped. One return from this function there is no guarentee that any more user code will be executed. Any cleaning up or closing of resource must be done in here. Reimplemented from PServiceProcess. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|