[NTOSKRNL] Add support for LUID mappings in ObQueryDeviceMapInformation

This commit is contained in:
Pierre Schweitzer 2019-06-01 17:28:11 +02:00
parent 1074a9aaff
commit 46b90ccb96
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 114 additions and 10 deletions

View file

@ -292,7 +292,7 @@ ObpSetHandleAttributes(
IN ULONG_PTR Context
);
VOID
NTSTATUS
NTAPI
ObQueryDeviceMapInformation(
IN PEPROCESS Process,