vxug-VXAPI/Structures/CURDIR.h
2022-07-14 23:24:01 -05:00

5 lines
85 B
C

typedef struct _CURDIR {
UNICODE_STRING DosPath;
PVOID Handle;
}CURDIR, * PCURDIR;