Re: Code Needed For Getting Process Filehandle in C++
- From: "anton bassov" <soviet_bloke@xxxxxxxxxxx>
- Date: 11 Dec 2006 02:01:34 -0800
Mark,
You don't need any driver.
The solution had been given in C or C++ on
microsoft.public.win32.programmer.ui or
microsoft.public.platformsdk.shell...
Are you sure you are not talking about window or GDI handles????
At least names of the groups that you have mentioned stronly suggest
the above......
Indeed, window handles can be obtained simply by enumerating threads
and windows that each thread had created - no hacks whatsoever. When it
comes to GDI ones, the task is a bit more tricky, but Feng Yuan showed
us how to obtain the sought info right from (undocumented) GDI handle
table, which resides in the user address space
However, we are talking about file handles here.....
Anton Bassov
mark wrote:
"Manfred Senn" <msenn@xxxxxxxxxxxxx> wrote in message
news:%23r2a04IHHHA.2456@xxxxxxxxxxxxxxxxxxxxxxx
Does anybody know how to get the 'filehandles of a process' in any Windows
programming language?
Manfred
You don't need any driver.
The solution had been given in C or C++ on
microsoft.public.win32.programmer.ui or
microsoft.public.platformsdk.shell...
.
- References:
- Code Needed For Getting Process Filehandle in C++
- From: Manfred Senn
- Re: Code Needed For Getting Process Filehandle in C++
- From: mark
- Code Needed For Getting Process Filehandle in C++
- Prev by Date: Re: FileCopy overwrites the existing file
- Next by Date: Re: FileCopy overwrites the existing file
- Previous by thread: Re: Code Needed For Getting Process Filehandle in C++
- Next by thread: Re: Win2000 service control messages
- Index(es):
Relevant Pages
|
Loading