Searched refs:getsetmacro (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | shellord.c | 249 #define SHGSS_GetSetStruct(getsetmacro) \ in SHGetSetSettings() argument 251 getsetmacro(fNoConfirmRecycle, SSF_NOCONFIRMRECYCLE); \ in SHGetSetSettings() 253 getsetmacro(fDesktopHTML, SSF_DESKTOPHTML); \ in SHGetSetSettings() 254 getsetmacro(fWin95Classic, SSF_WIN95CLASSIC); \ in SHGetSetSettings() 255 getsetmacro(lParamSort, SSF_SORTCOLUMNS); \ in SHGetSetSettings() 256 getsetmacro(iSortDirection, SSF_SORTCOLUMNS); \ in SHGetSetSettings() 257 getsetmacro(fStartPanelOn, SSF_STARTPANELON); \ in SHGetSetSettings() 259 #define SHGSS_GetSetAdv(getsetmacro) \ in SHGetSetSettings() argument 267 getsetmacro(L"HideIcons", fHideIcons, SSF_HIDEICONS); \ in SHGetSetSettings() 268 getsetmacro(L"WebView", fWebView, SSF_WEBVIEW); \ in SHGetSetSettings() [all …]
|