Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dpidl.h111 #define PT_FS 0x30 // Win95 SHSimpleIDListFromPath macro
128 return (type & PT_FOLDERTYPEMASK) == PT_FS ? type : 0; in _ILGetFSType()
H A Dpidl.c2124 return (type & PT_FS_FOLDER_FLAG) != 0 || (type == PT_FS && ILGetNext(pidl)); in _ILIsFolder()
2472 if (_ILGetFSType(pidl) > PT_FS) /* Only non-simple FS items have a date */ in _ILGetFileDateTime()
/reactos/dll/win32/shell32/
H A Ddebughlp.cpp33 return (type & PT_FOLDERTYPEMASK) == PT_FS ? type : 0; in _dbg_ILGetFSType()
/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp19 const BYTE mask = PT_FS | PT_FS_FOLDER_FLAG | PT_FS_FILE_FLAG; in ItemIsFolder()
21 return (type & mask) == (PT_FS | PT_FS_FOLDER_FLAG) || (type == PT_FS && ILGetNext(pidl)); in ItemIsFolder()
H A DCRecycleBin.cpp64 #define BBITEMFILETYPE (PT_FS | PT_FS_UNICODE_FLAG | PT_FS_FILE_FLAG)
65 #define BBITEMFOLDERTYPE (PT_FS | PT_FS_UNICODE_FLAG | PT_FS_FOLDER_FLAG)