commit | 9fd54b2838594badf3b7df11fca647594ce5bb0d | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Tue Sep 16 01:07:21 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 16 01:07:21 2003 +0000 |
tree | ac82ff6d04431fcee39cfa88d5bc885c3873cbd1 | |
parent | 66824e5fb6dea53fce9f00c5a21611e60fbd3a5f [diff] [blame] |
- Implemented a few information classes in NtQuerySystemInformation. - Added handle information to (wineserver) process snapshot.
diff --git a/server/process.c b/server/process.c index 15ab052..055f1ef 100644 --- a/server/process.c +++ b/server/process.c
@@ -845,6 +845,7 @@ ptr->threads = process->running_threads; ptr->count = process->obj.refcount; ptr->priority = process->priority; + ptr->handles = get_handle_table_count(process); grab_object( process ); ptr++; }