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