Skip to content

Commit b913f08

Browse files
committed
Update ntldr.h
1 parent 6352e52 commit b913f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phnt/include/ntldr.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,8 @@ LdrAddLoadAsDataTable(
640640
_In_ PVOID Module,
641641
_In_ PWSTR FilePath,
642642
_In_ SIZE_T Size,
643-
_In_ HANDLE Handle
643+
_In_ HANDLE Handle,
644+
_In_ HANDLE ActCtx // param added on Win10
644645
);
645646

646647
// private

0 commit comments

Comments
 (0)