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. |
The following table shows the Services.exe IOCTLS with a description of the purpose of each.
Programming element | Description |
---|---|
This IOCTL provides a pointer to the accepted Windows socket. |
|
This IOCTL turns a service's console on or off, depending on whether an "on" or "off" string is passed as an input parameter. |
|
This IOCTL contains information specific to a certain service passed by the calling application. |
|
This IOCTL sets the debug state of a service. |
|
This IOCTL is passed as an input parameter along with the sockaddrstructure when Services.exe calls the xxx_IOControl (Services.exe)function to register a service. |
|
This IOCTL causes a service to configure the registry for the service to be automatically loaded on system initialization. |
|
This IOCTL is passed as an input parameter along when Services.exe notifies every running service of address changes in the system. |
|
This IOCTL causes a service to refresh its configuration parameters. |
|
This IOCTL is passed as an input parameter along with the sockaddrstructure when Services.exe calls the xxx_IOControl (Services.exe)function to register a service. |
|
This IOCTL starts a service that was previously in the start state. |
|
This IOCTL is sent to the service to indicate that all super service ports that are automatically created on service startup have been opened. |
|
This IOCTL returns the current running state of the service. |
|
This IOCTL stops the service. |
|
This IOCTL causes a service to remove registry configuration for its auto-loading on system initialization. |
|
This IOCTL is deprecated and should never be used. To cause a service to be unloaded, use the DeregisterServicefunction instead. |
|
This IOCTL provides a pointer to a callback function. |
|
This IOCTL provides a pointer to a callback function. |
|
This IOCTL indicates that arguments from the Services.exe command line are being passed to the service. |