From 08cf7457ede3e30b92f1a0739d4f93ba36fccf2d Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Thu, 14 Jul 2022 23:23:36 -0500 Subject: [PATCH] Create RTL_DRIVE_LETTER_CURDIR.h --- Structures/RTL_DRIVE_LETTER_CURDIR.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Structures/RTL_DRIVE_LETTER_CURDIR.h diff --git a/Structures/RTL_DRIVE_LETTER_CURDIR.h b/Structures/RTL_DRIVE_LETTER_CURDIR.h new file mode 100644 index 0000000..b0efe5b --- /dev/null +++ b/Structures/RTL_DRIVE_LETTER_CURDIR.h @@ -0,0 +1,6 @@ +typedef struct _RTL_DRIVE_LETTER_CURDIR { + WORD Flags; + WORD Length; + ULONG TimeStamp; + ANSI_STRING DosPath; +} RTL_DRIVE_LETTER_CURDIR, * PRTL_DRIVE_LETTER_CURDIR;