Comment added to KeInsertDeviceQueue

This commit is contained in:
Luca D'Amico 2017-12-09 14:18:57 +01:00
parent cbdc23669a
commit f2a1ba7455
1 changed files with 5 additions and 0 deletions

View File

@ -852,6 +852,11 @@ XBSYSAPI EXPORTNUM(114) xboxkrnl::BOOLEAN NTAPI xboxkrnl::KeInsertByKeyDeviceQue
RETURN(STATUS_SUCCESS);
}
// ******************************************************************
// * 0x0073 - KeInsertDeviceQueue()
// * This implementation is inspired by ReactOS source code
// * Ref: https://github.com/reactos/reactos/blob/master/ntoskrnl/ke/devqueue.c
// ******************************************************************
XBSYSAPI EXPORTNUM(115) xboxkrnl::BOOLEAN NTAPI xboxkrnl::KeInsertDeviceQueue
(
IN PKDEVICE_QUEUE DeviceQueue,