mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTOSKRNL] Implement IopCheckTopDeviceHint()
This commit is contained in:
parent
670a7ac718
commit
779d87b483
2 changed files with 55 additions and 0 deletions
|
@ -1299,6 +1299,13 @@ IopGetFileInformation(
|
|||
OUT PULONG ReturnedLength
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
IopVerifyDeviceObjectOnStack(
|
||||
IN PDEVICE_OBJECT BaseDeviceObject,
|
||||
IN PDEVICE_OBJECT TopDeviceObjectHint
|
||||
);
|
||||
|
||||
//
|
||||
// I/O Timer Routines
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue