Jump to content

Recommended Posts

Posted

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...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...