Comment added to KeInsertDeviceQueue
This commit is contained in:
parent
cbdc23669a
commit
f2a1ba7455
|
@ -852,6 +852,11 @@ XBSYSAPI EXPORTNUM(114) xboxkrnl::BOOLEAN NTAPI xboxkrnl::KeInsertByKeyDeviceQue
|
||||||
RETURN(STATUS_SUCCESS);
|
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
|
XBSYSAPI EXPORTNUM(115) xboxkrnl::BOOLEAN NTAPI xboxkrnl::KeInsertDeviceQueue
|
||||||
(
|
(
|
||||||
IN PKDEVICE_QUEUE DeviceQueue,
|
IN PKDEVICE_QUEUE DeviceQueue,
|
||||||
|
|
Loading…
Reference in New Issue