Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DShellState.cpp248 SSF_WIN95CLASSIC | SSF_DONTPRETTYPATH | SSF_SHOWATTRIBCOL | \ in START_TEST()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c264 getsetmacro(L"ShowAttribCol", fShowAttribCol, SSF_SHOWATTRIBCOL); \ in SHGetSetSettings()
446 …if ( (SSF_SHOWATTRIBCOL & dwMask) && !RegQueryValueExA(hKey, "ShowAttribCol", 0, 0, (LPBYTE)&dwDat… in SHGetSettings()
/reactos/sdk/include/psdk/
H A Dshlobj.h1611 #define SSF_SHOWATTRIBCOL 0x00000100 macro