|
-
Jan 31st, 2003, 01:43 AM
#1
Thread Starter
Addicted Member
GDI handles per process
Folks, is it even possible to enumerate the GDI handles that
belong to a process? I have a pseudo-solution for 9x systems
where I loop from 0-65535, check to see if the number is a valid
GDI handle, and optionally dump the handle's contents to the
screen; however, this approach would be far too slow for an
NT system (seeing as that the GDI handle numeric value is 32-bit)
and it does not associate a process with the handle.
Thanks,
-CC
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|