Services.exe Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the Services.exe functions with a description of the purpose of each.
Programming element | Description |
---|---|
This function is called to load a service. |
|
This function stops a service instance. |
|
This function returns information about all running services on the device. |
|
This function returns the handle to a service instance based on its prefix. |
|
This function causes Services.exe to listen on the specified socket address and map network requests on the socket to the specified service instance. |
|
This function closes the specified port listening on the super server. |
|
This function sends a control code directly to a specified device driver causing the corresponding device to perform the specified operation. |
|
This function closes all ports that are listening on the super server and are associated with the specified device. |
|
This function is implemented by a service and will be called by Services.exe. |
|
This function is to be implemented by a service and will be called by Services.exe. |
|
This function is to be implemented by a service and will be called by Services.exe. |
|
This function is used to send a control code to a service. |
|
This function is to be implemented by a service and will be called by Services.exe. |
|
This function is to be implemented by a service and will be called by Services.exe. This function need only be implemented by a streaming service. |
|
This function is to be implemented by a service and will be called by Services.exe. This function need only be implemented by a streaming service. |
|
This function is to be implemented by a service and will be called by Services.exe. Only streaming services need to implement this function. |