Create CURDIR.h

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

4
Structures/CURDIR.h Normal file

@ -0,0 +1,4 @@
typedef struct _CURDIR {
UNICODE_STRING DosPath;
PVOID Handle;
}CURDIR, * PCURDIR;