Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/dialogs/
H A Dgeneral.cpp26 static const LPCWSTR s_pszExplorerKey = variable
55 return SHSetValueW(HKEY_CURRENT_USER, s_pszExplorerKey, L"ShellState", in SHELL32_WriteRegShellState()
88 LSTATUS err = SHGetValueW(HKEY_CURRENT_USER, s_pszExplorerKey, in SHELL32_ReadRegShellState()
105 Status = SHRegSetUSValue(s_pszExplorerKey, L"IconUnderline", REG_NONE, in IntSetUnderlineState()
117 …SHRegGetUSValue(s_pszExplorerKey, L"IconUnderline", NULL, &dwValue, &dwSize, FALSE, &dwDefault, si… in IntGetUnderlineState()