Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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. |