|
|
|
date: Wed, 28 May 2008 17:24:00 -0700,
group: microsoft.public.win32.programmer.wmi
back
Re: Enumerate process handlers
Thank you, but I need to enumerate system resource handlers. E.g. the
handlers related to HandleCount property.
--
http://www.alexatnet.com/ - consulting, my blog, articles, discussions about
web development
"Allan" wrote:
> Look here : http://msdn.microsoft.com/en-us/library/aa394372(VS.85).aspx
>
> There is a property of the Win32_Process that will allow you to grab the
> process handle. Using ParentProcessID you can find all sub-processes and
> handles of a process in question.
>
> Thanks,
> Allan
>
> "Alex Netkachov" wrote in message
> news:E72232EF-5664-4C2A-878E-0509C6C94A90@microsoft.com...
> > Hello,
> >
> > I wonder whether it is possible with WMI to enumerate file system handlers
> > opened by processes. I suppose it will help me to create an application
> > that
> > shows which process locks the file or folder (like sysinternals'
> > processxp).
> >
> > --
> > http://www.alexatnet.com/ - consulting, my blog, articles, discussions
> > about
> > web development
>
date: Fri, 30 May 2008 02:34:01 -0700
author: Alex Netkachov
|
|