Servicesd.exe Functions (Compact 2013)
3/26/2014
This section describes the Servicesd.exe functions.
In This Section
- ActivateService
Called to load a service
- DeregisterService
Stops a service instance
- EnumServices
Returns information about all running services on the device
- ServiceAddPort
Causes Servicesd.exe to listen on the specified socket address and map network requests on the socket to the specified service instance
- ServiceClosePort
Closes the specified port listening on the super server
- ServiceUnbindPorts
Closes all ports that are listening on the super server and are associated with the specified device
- xxx_Close (Servicesd.exe)
Implemented by a service and called by Servicesd.exe
- xxx_Deinit (Servicesd.exe)
Implemented by a service and called by Servicesd.exe
- xxx_Init (Servicesd.exe)
Implemented by a service and called by Servicesd.exe
- xxx_IOControl (Servicesd.exe)
Sends a control code to a service
- xxx_Open (Servicesd.exe)
Implemented by a service and called by Servicesd.exe
- xxx_Read (Servicesd.exe)
Implemented by a streaming service only, and called by Servicesd.exe
- xxx_Seek (Servicesd.exe)
Implemented by a streaming service only, and called by Servicesd.exe
- xxx_Write (Servicesd.exe)
Implemented by a streaming service only, and called by Servicesd.exe