#ifndef _NTRTL_H // Processes typedef struct _CURDIR { UNICODE_STRING DosPath; HANDLE Handle; } CURDIR, *PCURDIR; #endif View code on GitHub
No description available.