From 2f0d8c36acd5d35602363b693a42008c33e90ba7 Mon Sep 17 00:00:00 2001 From: Wojciech <69240079+cyber-wojtek@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:27:12 +0100 Subject: [PATCH] Update ntreadfile.md --- descriptions/ntreadfile.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/descriptions/ntreadfile.md b/descriptions/ntreadfile.md index c899b5df639..6baf9ba2140 100644 --- a/descriptions/ntreadfile.md +++ b/descriptions/ntreadfile.md @@ -43,6 +43,10 @@ Offset from beginning of file, in bytes. # Related Win32 API - [`ReadFile`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-readfile) (Although it does more than just forwarding the arguments and invoking this procedure.) +# Documented by + +* Tomasz Nowak + # See also * `NtCreateFile`