Skip to content

Commit

Permalink
Update hidnproc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Dec 28, 2024
1 parent 0819911 commit 1e4411a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SystemInformer/hidnproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ NTSTATUS PhpEnumEtwGuidHandles(
PGUID traceGuidList = NULL;
ULONG traceGuidListLength = 0;

status = PhTraceControl(
status = PhTraceControlVariableSize(
EtwEnumTraceGuidList,
NULL,
0,
Expand All @@ -1242,7 +1242,7 @@ NTSTATUS PhpEnumEtwGuidHandles(
GUID providerGuid = traceGuidList[i];
PETW_TRACE_GUID_INFO traceGuidInfo;

status = PhTraceControl(
status = PhTraceControlVariableSize(
EtwGetTraceGuidInfo,
&providerGuid,
sizeof(GUID),
Expand Down

0 comments on commit 1e4411a

Please # to comment.