What is the method for starting/stopping a particular Application Pool from a
C++ program?

Re: Application Pool - Programmatic Start/Stop by Kristofer

Kristofer
Fri Oct 28 02:29:10 CDT 2005

Hello,

HRESULT Start( void )
HRESULT Stop( void )

seems to be what you are looking for.

Also see:
http://msdn.microsoft.com/library/en-us/iissdk/html/9875c831-637d-4e40-bcae-e203efe0103f.asp

http://msdn.microsoft.com/library/en-us/iissdk/html/91b7a69f-3819-4429-b87f-76b2de05644c.asp


http://msdn.microsoft.com/library/en-us/iissdk/html/396f5af7-f517-4e8b-9eb7-5a5344a7b851.asp


--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info


Ken Robesky wrote:

>What is the method for starting/stopping a particular Application Pool
>from a
>C++ program?