R
Raf_S
Guest
Hi,
In Windows 10 Microsoft introduced a concept of “Per-user services” and I am trying get information about these services.
I use EnumServicesStatus function to get information about services and I see that dwServiceType is set on E0 or F0.
As far as in the documentation E0 is defined, but F0 is not.
1. What is it F0?
2. In winnt.h I see totaly diferent information:
#define SERVICE_USER_SERVICE 0x00000040
#define SERVICE_USERSERVICE_INSTANCE 0x00000080
Why?
More...
In Windows 10 Microsoft introduced a concept of “Per-user services” and I am trying get information about these services.
I use EnumServicesStatus function to get information about services and I see that dwServiceType is set on E0 or F0.
As far as in the documentation E0 is defined, but F0 is not.
1. What is it F0?
2. In winnt.h I see totaly diferent information:
#define SERVICE_USER_SERVICE 0x00000040
#define SERVICE_USERSERVICE_INSTANCE 0x00000080
Why?
More...