NtQuerySystemInformation #2] Stubbed SystemHandleInformation

Mike Hearn mh at codeweavers.com
Tue May 10 09:14:40 CDT 2005


On Tue, 10 May 2005 12:00:11 +0200, Paul Vriens wrote:
> I added a stubbed SystemHandleInformation that returns nothing for now :-)
> I need to find a way to enumerate all the handles in the system, any
> ideas?

Kernel handles are maintained in the wineservers handle tables: you could
add a new request to handle.c and sum up the handles in the global table
and all the process tables.

thanks -mike




More information about the wine-devel mailing list