This commit is contained in:
Maxime dcb
2025-11-06 21:01:28 +01:00
parent bd7e71a814
commit ff59b0182f
4 changed files with 56 additions and 53 deletions
-3
View File
@@ -133,9 +133,6 @@ int main()
const char* text = "Hello from NtWriteFile!\n";
DWORD len = static_cast<DWORD>(strlen(text));
IO_STATUS_BLOCK ioStatus = {};
NTSTATUS status;
// Passing NULL ByteOffset -> use current file pointer
IO_STATUS_BLOCK ioStatus = {};
HANDLE Event = NULL;