I found this sample that will enumerate services:
http://www.powerbasic.com/support/pb...erate+services
What I'm looking to do though is detect whether or not the IMAPI (Image Mastering API) service is not disabled. I have an XP computer at work, where I can burn CDs in Explorer because IMAPI is available, but on my laptop at home, it came shipped with that service disabled.
I understand why it would not bring up IMAPI as a service that is running, but only installed, as I'm not burning a CD while it's running. Is there a way to detect if the service is disabled via an API call?
http://www.powerbasic.com/support/pb...erate+services
What I'm looking to do though is detect whether or not the IMAPI (Image Mastering API) service is not disabled. I have an XP computer at work, where I can burn CDs in Explorer because IMAPI is available, but on my laptop at home, it came shipped with that service disabled.
I understand why it would not bring up IMAPI as a service that is running, but only installed, as I'm not burning a CD while it's running. Is there a way to detect if the service is disabled via an API call?
Comment