Link to home
Start Free TrialLog in
Avatar of rakhras
rakhras

asked on

API for NT services

Hi,

I'm writing a VC++ 5.0 application on NT 4.0
I need to get a list of all services on the NT system and all their attributes(running, stopped, automatic start, hardware profile settings, etc.)
Is there an API that gives me access to this information?
Does anyone have some source code you can point me at?

thanks,
ralph
ASKER CERTIFIED SOLUTION
Avatar of jdyer
jdyer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdyer
jdyer

Also checkout EnumServicesStatus!

Regards,
  jdyer