[DRIVERS] Add some missing OBJ_KERNEL_HANDLE (#4493)

Match Zw*() uses. CORE-10207
This commit is contained in:
Serge Gautherie 2022-05-07 21:12:19 +02:00 committed by GitHub
parent b414e1e4d7
commit 46db6573ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 14 deletions

View file

@ -649,7 +649,7 @@ UDFDismountDevice(
InitializeObjectAttributes ( &ObjectAttributes,
unicodeCdRomDeviceName,
OBJ_CASE_INSENSITIVE,
OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
NULL,
NULL );