IIisServiceControl Interface
This section describes the IIisServiceControl interface that is used to control the IIS services or reboot the IIS server. The IIisServiceControl is defined in the Iisrsta.h header file. The IIisServiceControl interface implements the following methods.
Methods in Vtable Order
The IIisServiceControl interface inherits the methods of the standard COM interface IUnknown.
The IIisServiceControl interface defines the following methods.
Method |
Description |
---|---|
Stops all Internet services. |
|
Starts all Internet services. |
|
Uses InitiateSystemShutdown to cause the system to reboot. |
|
Returns the status of all Internet services. |
|
Kills all Internet services. |
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in iisrsta.h.