Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dcommon.c163 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 Dappsearch.c352 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 Dntobjenum.h77 HKEY rootKey; member
H A Dregfolder.cpp135 …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 Dregfolder.h111 …HRESULT FormatContentsForDisplay(const RegPidlEntry * info, HKEY rootKey, LPCWSTR ntPath, PCWSTR *…
H A Dntobjfolder.h115 …HRESULT FormatContentsForDisplay(const NtPidlEntry * info, HKEY rootKey, LPCWSTR ntPath, PCWSTR * …
H A Dntobjenum.cpp226 entry->rootKey = key.key; in EnumerateNext()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c1898 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()