CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    New Delhi, India
    Posts
    1

    How to get the list of child processes of a process in NT.

    In my application I want to kill all the child processes before quitting. Is there any way to do this. Or is there any way to get the handles to all the child processes of the current application.
    Last edited by aknanda; December 23rd, 2002 at 12:18 AM.

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Take a look at this article...

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