mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[NTOS:EX]
- Reset of count of handles prior to enumeration See issue 11928 for more details. svn path=/trunk/; revision=72551
This commit is contained in:
parent
865a118a60
commit
d94cfe79f5
1 changed files with 3 additions and 0 deletions
|
@ -1203,6 +1203,9 @@ QSI_DEF(SystemHandleInformation)
|
|||
{
|
||||
PLIST_ENTRY NextTableEntry;
|
||||
|
||||
/* Reset of count of handles */
|
||||
HandleInformation->NumberOfHandles = 0;
|
||||
|
||||
/* Enumerate all system handles */
|
||||
for (NextTableEntry = HandleTableListHead.Flink;
|
||||
NextTableEntry != &HandleTableListHead;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue