Searched refs:SHQueryValueExW (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellState.cpp | 88 if (SHQueryValueExW(hKey, L"Hidden", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 95 if (SHQueryValueExW(hKey, L"HideFileExt", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 101 if (SHQueryValueExW(hKey, L"DontPrettyPath", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 107 if (SHQueryValueExW(hKey, L"MapNetDrvBtn", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 113 if (SHQueryValueExW(hKey, L"ShowInfoTip", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 119 if (SHQueryValueExW(hKey, L"HideIcons", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 125 if (SHQueryValueExW(hKey, L"WebView", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 131 if (SHQueryValueExW(hKey, L"Filter", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 137 if (SHQueryValueExW(hKey, L"ShowSuperHidden", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key() 143 if (SHQueryValueExW(hKey, L"NoNetCrawling", NULL, NULL, &dwValue, &dwSize) == ERROR_SUCCESS) in read_advanced_key()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellreg.c | 118 return SHQueryValueExW(hkey, pszValue, pdwReserved, pdwType, pvData, pcbData); in SHRegQueryValueExW()
|
H A D | shellole.c | 151 if (!SHQueryValueExW(hKey, L"LoadWithoutCOM", 0, 0, 0, 0)) in SHCoCreateInstance() 159 SHQueryValueExW(hKey, NULL, 0,0, sDllPath, &dwSize ); in SHCoCreateInstance()
|
/reactos/dll/win32/shlwapi/ |
H A D | reg.c | 1250 dwRet = SHQueryValueExW(hSubKey ? hSubKey : hKey, lpszValue, 0, pwType, pvData, pcbData); in SHGetValueW() 1461 DWORD WINAPI SHQueryValueExW(HKEY hKey, LPCWSTR lpszValue, in SHQueryValueExW() function 2383 SHQueryValueExW(hKey, lpszValue, 0, 0, szBuff, &dwSize); in SHRegGetIntW()
|
H A D | ordinal.c | 4819 ret = SHQueryValueExW(hkey, value, NULL, type, NULL, &size); in SKAllocValueW() 4832 ret = SHQueryValueExW(hkey, value, NULL, type, *data, &size); in SKAllocValueW() 4876 ret = SHQueryValueExW(hkey, value, NULL, type, data, count); in SKGetValueW()
|
H A D | shlwapi.spec | 725 723 stdcall SHQueryValueExW(long wstr ptr ptr ptr ptr)
|
/reactos/dll/win32/shell32/folders/ |
H A D | CFSFolder.cpp | 306 if (hkey && !SHQueryValueExW(hkey, NULL, NULL, NULL, wTemp, &dwSize)) in CFSExtractIcon_CreateInstance()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 106 SHQueryValueExW(
|