vxug-VXAPI/Structures/RTL_DRIVE_LETTER_CURDIR.h
2022-07-14 23:23:36 -05:00

7 lines
164 B
C

typedef struct _RTL_DRIVE_LETTER_CURDIR {
WORD Flags;
WORD Length;
ULONG TimeStamp;
ANSI_STRING DosPath;
} RTL_DRIVE_LETTER_CURDIR, * PRTL_DRIVE_LETTER_CURDIR;