#ifndef _NTRTL_H typedef struct _RTL_DRIVE_LETTER_CURDIR { USHORT Flags; USHORT Length; ULONG TimeStamp; STRING DosPath; } RTL_DRIVE_LETTER_CURDIR, *PRTL_DRIVE_LETTER_CURDIR; #endif View code on GitHub
???
RTL_USER_PROCESS_PARAMETERS