mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -2390,7 +2390,7 @@ QSI_DEF(SystemExtendedHandleInformation)
|
||||
|
||||
/* FIXME */
|
||||
HandleInformation->Count = 0;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user