Guest Raf_S Posted October 23, 2019 Posted October 23, 2019 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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.