We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc62c17 commit c71845eCopy full SHA for c71845e
ntoskrnl/include/internal/ob.h
@@ -205,7 +205,7 @@ ObpLookupEntryDirectory(
205
IN POBJECT_DIRECTORY Directory,
206
IN PUNICODE_STRING Name,
207
IN ULONG Attributes,
208
- IN UCHAR SearchShadow,
+ IN BOOLEAN SearchShadow,
209
IN POBP_LOOKUP_CONTEXT Context
210
);
211
ntoskrnl/ob/obdir.c
@@ -158,7 +158,7 @@ NTAPI
158
ObpLookupEntryDirectory(IN POBJECT_DIRECTORY Directory,
159
160
161
162
IN POBP_LOOKUP_CONTEXT Context)
163
{
164
BOOLEAN CaseInsensitive = FALSE;
0 commit comments