I need to get the system services executables system paths using C. I have found some functions in MSDN
such as: GetService
, GetServiceDisplayName
,etc. However they do not return path to the service executable.
Is there any way to do this?
I need to get the system services executables system paths using C. I have found some functions in MSDN
such as: GetService
, GetServiceDisplayName
,etc. However they do not return path to the service executable.
Is there any way to do this?