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