CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    May 2019
    Posts
    53

    Re: CreateToolHelp32Snapshot and listing Services under Svchost.exe... How to?

    Quote Originally Posted by Arjay View Post
    Is the task manager capable of listing the processes of svchost.exe?
    Yes, of course.

    I'm aiming to try to list the Services hosted by each instance of 'SvcHost.exe'. I iterate through each process using Process32First and then Process32Next (called 'Process Walking').

    Whenever I hit one of the many 'SvcHost.exe' processes I'm trying to get its full name (Ex: 'Service Host: Local Service (No Network)' ) and/or, more importantly, the specific services hosted by that 'SvcHost.exe' process.
    Last edited by Arianax; July 7th, 2019 at 11:09 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured