IOCTLs that are Sent by Services.exe
A version of this page is also available for
4/8/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. |
|
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