Skip to content

Commit

Permalink
Update the prototype of NtCreateIRTimer (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
elnx committed Jun 29, 2024
1 parent 5d4a9eb commit c9e9c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phnt/include/ntexapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ NTSTATUS
NTAPI
NtCreateIRTimer(
_Out_ PHANDLE TimerHandle,
_In_ PVOID Reserved,
_In_ ACCESS_MASK DesiredAccess
);

Expand Down

0 comments on commit c9e9c70

Please sign in to comment.