IOCTLs that are Sent by Services.exe (Windows Embedded CE 6.0)
1/6/2010
The following table shows the IOCTLs that are called by Services.exe internally.
IOCTL | Description |
---|---|
Called when a new accept socket is being associated with a service. |
|
Called when an accept socket is being unregistered from a service. |
|
Called when a new connection arrives to a service's listen port. |
|
Called as a response to an application calling DeregisterService. |
|
Passed as an input parameter when Services.exe notifies every running service of address changes in the system. |
|
Contains callback functions that must be called from a service in the space of Services.exe. |
IOCTL | Description |
---|---|
Called as a response to an application calling DeregisterService. |
|
Contains callback functions that must be called from a service in the space of Services.exe. |
See Also
Reference
DeregisterService
Services.exe IOCTLS