/reactos/base/shell/explorer/ |
H A D | settings.cpp | 27 …SHSetValueW(hkExplorer, NULL, L"EnableAutotray", REG_DWORD, &bHideInactiveIcons, sizeof(bHideInact… in Save() 28 …SHSetValueW(hkExplorer, L"Advanced", L"PreferDateOverWeekday", REG_DWORD, &bPreferDate, sizeof(bPr… in Save() 29 …SHSetValueW(hkExplorer, L"Advanced", L"ShowSeconds", REG_DWORD, &bShowSeconds, sizeof(bShowSeconds… in Save() 30 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarGlomming", REG_DWORD, &bGroupButtons, sizeof(bGroupB… in Save() 32 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSizeMove", REG_DWORD, &bAllowSizeMove, sizeof(bAllow… in Save() 34 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSmallIcons", REG_DWORD, &bSmallIcons, sizeof(bSmallI… in Save() 35 …SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSd", REG_DWORD, &bShowDesktopButton, sizeof(bShowDes… in Save() 36 SHSetValueW(hkExplorer, L"StuckRects2", L"Settings", REG_BINARY, &sr, sizeof(sr)); in Save()
|
/reactos/modules/rostests/apitests/shdocvw/ |
H A D | MRUList.cpp | 175 error = SHSetValueW(HKEY_CURRENT_USER, SUBKEY0, NULL, REG_SZ, L"", sizeof(UNICODE_NULL)); in MRUList_DataList() 192 error = SHSetValueW(HKEY_CURRENT_USER, SUBKEY0, L"MRUList", REG_SZ, L"ab", 3 * sizeof(WCHAR)); in MRUList_DataList() 194 error = SHSetValueW(HKEY_CURRENT_USER, SUBKEY0, L"a", REG_BINARY, L"ABC", 4 * sizeof(WCHAR)); in MRUList_DataList() 196 error = SHSetValueW(HKEY_CURRENT_USER, SUBKEY0, L"b", REG_BINARY, L"XYZ", 4 * sizeof(WCHAR)); in MRUList_DataList()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHRestricted.cpp | 22 SHSetValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun", \
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | SHGetRestriction.c | 71 SHSetValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun", \
|
/reactos/dll/win32/shdocvw/ |
H A D | mrulist.cpp | 255 if (SHSetValueW(m_hKey, NULL, szBuff, REG_BINARY, pvData, cbData) != ERROR_SUCCESS) in _AddItem() 484 SHSetValueW(m_hKey, NULL, L"MRUList", REG_SZ, m_pszSlotData, cbData); in _SaveSlots() 605 SHSetValueW(m_hKey, NULL, L"MRUListEx", REG_BINARY, m_puSlotData, in _SaveSlots() 892 if (SHSetValueW(m_hKey, NULL, L"NodeSlot", REG_DWORD, &dwData, sizeof(dwData)) != ERROR_SUCCESS) in SetNodeSlot() 1047 SHSetValueW(m_hKey, NULL, L"NodeSlots", REG_BINARY, m_pbNodeSlots, cbNodeSlots); in _SaveNodeSlots()
|
/reactos/dll/win32/browseui/ |
H A D | globalfoldersettings.cpp | 137 … hr = HResultFromWin32(SHSetValueW(hStreamsKey, NULL, DEFBROWSERSTREAM, REG_BINARY, pFDS, cb)); in Save()
|
/reactos/dll/win32/shlwapi/ |
H A D | reg.c | 1186 return SHSetValueW(hKey,lpszSubKey, lpszValue, REG_SZ, szBuff, in SHRegSetPathW() 1306 DWORD WINAPI SHSetValueW(HKEY hKey, LPCWSTR lpszSubKey, LPCWSTR lpszValue, in SHSetValueW() function 1936 return !SHSetValueW(HKEY_CLASSES_ROOT, lpszSubKey, lpszContentTypeW, in RegisterMIMETypeForExtensionW() 2144 if (SHSetValueW(HKEY_CLASSES_ROOT, szKey, szExtensionW, REG_SZ, lpszExt, dwLen)) in RegisterExtensionForMIMETypeW() 2342 dwRet = SHSetValueW(hKeyDst, NULL, lpszName, dwType, lpBuff, dwLen); in SHCopyKeyW()
|
H A D | propbag.cpp | 479 if (SHSetValueW(m_hKey, NULL, pszPropName, REG_BINARY, pbBinary, cbBinary)) in _WriteStream() 522 … error = SHSetValueW(m_hKey, NULL, pszPropName, REG_DWORD, &V_UI4(&vargTemp), sizeof(DWORD)); in Write() 549 error = SHSetValueW(m_hKey, NULL, pszPropName, REG_SZ, V_BSTR(&vargTemp), cb); in Write() 1038 SHSetValueW(hkey, NULL, L"Upgrade", REG_DWORD, &dwValue, sizeof(dwValue)); in _MarkAsUpgraded()
|
H A D | shlwapi.spec | 762 760 stdcall SHSetValueW(long wstr wstr long ptr long)
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | general.cpp | 55 return SHSetValueW(HKEY_CURRENT_USER, s_pszExplorerKey, L"ShellState", in SHELL32_WriteRegShellState()
|
/reactos/dll/cpl/desk/ |
H A D | theme.c | 434 SHSetValueW(HKEY_CURRENT_USER, in ApplyScheme()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CRegFolder.cpp | 776 LONG res = SHSetValueW(HKEY_CURRENT_USER, szName, NULL, RRF_RT_REG_SZ, lpName, cbData); in SetNameOf()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellord.c | 291 if (SHSetValueW(hKeyAdv, NULL, (name), REG_DWORD, &val, cb) == ERROR_SUCCESS) \ in SHGetSetSettings() 327 SHSetValueW(hKeyAdv, NULL, L"SuperHidden", REG_DWORD, &val, sizeof(val)); in SHGetSetSettings()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 84 SHSetValueW(
|