Home
last modified time | relevance | path

Searched refs:FileTagInformation (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/client/file/
H A Ddelete.c49 FILE_ATTRIBUTE_TAG_INFORMATION FileTagInformation; in DeleteFileW() local
96 &FileTagInformation, in DeleteFileW()
97 sizeof(FileTagInformation), in DeleteFileW()
100 (FileTagInformation.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) && in DeleteFileW()
101 (FileTagInformation.ReparseTag != IO_REPARSE_TAG_MOUNT_POINT)) in DeleteFileW()