Create RTL_DRIVE_LETTER_CURDIR.h

This commit is contained in:
vxunderground 2022-07-14 23:23:36 -05:00 committed by GitHub
parent 02b9f5de3e
commit 08cf7457ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;