Searched refs:rootKey (Results 1 – 8 of 8) sorted by relevance
/reactos/drivers/storage/class/cdrom/ |
H A D | common.c | 163 WDFKEY rootKey = NULL; in _IRQL_requires_max_() local 197 rootKey = NULL; in _IRQL_requires_max_() 222 if (rootKey != NULL) in _IRQL_requires_max_() 224 WdfRegistryClose(rootKey); in _IRQL_requires_max_() 225 rootKey = NULL; in _IRQL_requires_max_() 250 rootKey = NULL; in _IRQL_requires_max_() 280 if (rootKey != NULL) in _IRQL_requires_max_() 283 rootKey = NULL; in _IRQL_requires_max_() 354 rootKey = NULL; in _IRQL_requires_max_() 372 if (rootKey != NULL) in _IRQL_requires_max_() [all …]
|
/reactos/dll/win32/msi/ |
H A D | appsearch.c | 352 HKEY rootKey, key = NULL; in search_reg() local 379 rootKey = HKEY_CLASSES_ROOT; in search_reg() 382 rootKey = HKEY_CURRENT_USER; in search_reg() 385 rootKey = HKEY_LOCAL_MACHINE; in search_reg() 390 rootKey = HKEY_USERS; in search_reg() 397 rc = RegOpenKeyExW( rootKey, deformatted, 0, access, &key ); in search_reg()
|
/reactos/dll/shellext/ntobjshex/ |
H A D | ntobjenum.h | 77 HKEY rootKey; member
|
H A D | regfolder.cpp | 135 …return ShellObjectCreatorInit<CRegistryFolder>(fullPidl, L"", info->rootKey, IID_PPV_ARG(IShellFol… in InternalBindToObject() 601 HRESULT CRegistryFolder::FormatContentsForDisplay(const RegPidlEntry * info, HKEY rootKey, LPCWSTR … in FormatContentsForDisplay() argument 616 HRESULT hr = ReadRegistryValue(rootKey, ntPath, info->entryName, &valueData, &valueLength); in FormatContentsForDisplay()
|
H A D | regfolder.h | 111 …HRESULT FormatContentsForDisplay(const RegPidlEntry * info, HKEY rootKey, LPCWSTR ntPath, PCWSTR *…
|
H A D | ntobjfolder.h | 115 …HRESULT FormatContentsForDisplay(const NtPidlEntry * info, HKEY rootKey, LPCWSTR ntPath, PCWSTR * …
|
H A D | ntobjenum.cpp | 226 entry->rootKey = key.key; in EnumerateNext()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 1898 static HRESULT _SHGetUserShellFolderPath(HKEY rootKey, LPCWSTR userPrefix, in _SHGetUserShellFolderPath() argument 1900 static HRESULT _SHGetUserShellFolderPath(HKEY rootKey, HANDLE hToken, LPCWSTR userPrefix, in _SHGetUserShellFolderPath() 1910 TRACE("%p,%s,%s,%p\n",rootKey, debugstr_w(userPrefix), debugstr_w(value), in _SHGetUserShellFolderPath() 1930 if (RegCreateKeyW(rootKey, pShellFolderPath, &shellFolderKey)) in _SHGetUserShellFolderPath() 1935 if (RegCreateKeyW(rootKey, pUserShellFolderPath, &userShellFolderKey)) in _SHGetUserShellFolderPath()
|