mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOS:EX]
- Return STATUS_SUCCESS from the SystemExtendedHandleInformation stub to make Process Explorer happy. Fixes infinite loop on AHK bot. svn path=/trunk/; revision=75000
This commit is contained in:
parent
27951d117b
commit
3779212db7
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ QSI_DEF(SystemExtendedHandleInformation)
|
|||
|
||||
/* FIXME */
|
||||
HandleInformation->Count = 0;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue