[NTOS:OB] ObpLookupEntryDirectory(): SearchShadow is a BOOLEAN

This commit is contained in:
Hermès Bélusca-Maïto
2025-03-11 19:12:36 +01:00
parent bc62c17a7f
commit c71845ee8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ ObpLookupEntryDirectory(
IN POBJECT_DIRECTORY Directory,
IN PUNICODE_STRING Name,
IN ULONG Attributes,
IN UCHAR SearchShadow,
IN BOOLEAN SearchShadow,
IN POBP_LOOKUP_CONTEXT Context
);
+1 -1
View File
@@ -158,7 +158,7 @@ NTAPI
ObpLookupEntryDirectory(IN POBJECT_DIRECTORY Directory,
IN PUNICODE_STRING Name,
IN ULONG Attributes,
IN UCHAR SearchShadow,
IN BOOLEAN SearchShadow,
IN POBP_LOOKUP_CONTEXT Context)
{
BOOLEAN CaseInsensitive = FALSE;