Home
last modified time | relevance | path

Searched defs:hKey (Results 1 – 6 of 6) sorted by relevance

/third_party/lame/dshow/
DREG.H62 CRegEnumKey(HKEY hKey) in CRegEnumKey()
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp280 LSTATUS __stdcall ShimRegOpenKeyExA(HKEY hKey, LPCSTR lpSubKey, [[maybe_unused]] DWORD ulOptions, in ShimRegOpenKeyExA()
294 const std::string *get_path_of_created_key(HKEY hKey) { in get_path_of_created_key()
316 LSTATUS __stdcall ShimRegEnumValueA(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValue… in ShimRegEnumValueA()
339 LSTATUS __stdcall ShimRegCloseKey(HKEY hKey) { in ShimRegCloseKey()
/third_party/node/deps/cares/src/lib/
Dares_sysconfig.c94 static ares_bool_t get_REG_SZ(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ()
528 HKEY hKey; in get_SuffixList_Windows() local
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp141 HKEY hKey; in getStringRegKey() local
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp573 HKEY hKey; in SuccessPage_Show() local
2845 HKEY hKey; in LoadOptionalFeatureStatesFromKey() local
2881 HKEY hKey; in LoadTargetDirFromKey() local
2912 HKEY hKey; in LoadAssociateFilesStateFromKey() local
/third_party/gn/src/base/win/
Dregistry.cc371 LONG RegKey::RegDeleteKeyExWrapper(HKEY hKey, in RegDeleteKeyExWrapper()