Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dsettings.cpp27SHSetValueW(hkExplorer, NULL, L"EnableAutotray", REG_DWORD, &bHideInactiveIcons, sizeof(bHideInact… in Save()
28SHSetValueW(hkExplorer, L"Advanced", L"PreferDateOverWeekday", REG_DWORD, &bPreferDate, sizeof(bPr… in Save()
29SHSetValueW(hkExplorer, L"Advanced", L"ShowSeconds", REG_DWORD, &bShowSeconds, sizeof(bShowSeconds… in Save()
30SHSetValueW(hkExplorer, L"Advanced", L"TaskbarGlomming", REG_DWORD, &bGroupButtons, sizeof(bGroupB… in Save()
32SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSizeMove", REG_DWORD, &bAllowSizeMove, sizeof(bAllow… in Save()
34SHSetValueW(hkExplorer, L"Advanced", L"TaskbarSmallIcons", REG_DWORD, &bSmallIcons, sizeof(bSmallI… in Save()
35SHSetValueW(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 DMRUList.cpp175 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 DSHRestricted.cpp22 SHSetValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun", \
/reactos/modules/rostests/apitests/shlwapi/
H A DSHGetRestriction.c71 SHSetValueW((hBaseKey), REGKEY_POLICIES_EXPLORER, L"NoRun", \
/reactos/dll/win32/shdocvw/
H A Dmrulist.cpp255 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 Dglobalfoldersettings.cpp137 … hr = HResultFromWin32(SHSetValueW(hStreamsKey, NULL, DEFBROWSERSTREAM, REG_BINARY, pFDS, cb)); in Save()
/reactos/dll/win32/shlwapi/
H A Dreg.c1186 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 Dpropbag.cpp479 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 Dshlwapi.spec762 760 stdcall SHSetValueW(long wstr wstr long ptr long)
/reactos/dll/win32/shell32/dialogs/
H A Dgeneral.cpp55 return SHSetValueW(HKEY_CURRENT_USER, s_pszExplorerKey, L"ShellState", in SHELL32_WriteRegShellState()
/reactos/dll/cpl/desk/
H A Dtheme.c434 SHSetValueW(HKEY_CURRENT_USER, in ApplyScheme()
/reactos/dll/win32/shell32/folders/
H A DCRegFolder.cpp776 LONG res = SHSetValueW(HKEY_CURRENT_USER, szName, NULL, RRF_RT_REG_SZ, lpName, cbData); in SetNameOf()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c291 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 Dshlwapi.h84 SHSetValueW(