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