Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlfileop.cpp29 #define IsAttrib(x, y) ((INVALID_FILE_ATTRIBUTES != (x)) && ((x) & (y))) macro
31 #define IsAttribDir(x) IsAttrib(x, FILE_ATTRIBUTE_DIRECTORY)
457 if (IsAttrib(dwAttr, FILE_ATTRIBUTE_READONLY)) in SHNotifyRemoveDirectoryW()
632 if (IsAttrib(dwAttr, FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM)) in SHNotifyDeleteFileW()
738 if (IsAttrib(dwAttr, FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM)) in SHNotifyMoveFileW()
793 if (IsAttrib(attribs, FILE_ATTRIBUTE_READONLY)) in SHNotifyCopyFileW()