Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DShellState.cpp222 DUMP_BOOL(pss->fShowAttribCol); in START_TEST()
266 CHECK_REG_FLAG(fShowAttribCol); in START_TEST()
288 CHECK_FLAG(fShowAttribCol); in START_TEST()
/reactos/dll/win32/shell32/dialogs/
H A Dgeneral.cpp40 pss->fShowAttribCol = TRUE; // ROS defaults to Details view with this column on in SHELL32_GetDefaultShellState()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c264 getsetmacro(L"ShowAttribCol", fShowAttribCol, SSF_SHOWATTRIBCOL); \ in SHGetSetSettings()
447 lpsfs->fShowAttribCol = ((dwData == 0) ? 0 : 1); in SHGetSettings()
/reactos/sdk/include/psdk/
H A Dshlobj.h1551 BOOL fShowAttribCol : 1; member
1593 BOOL fShowAttribCol : 1; member