Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp313 LSTATUS __stdcall ShimRegOpenKeyExA(HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, REGSAM samDesired,… in ShimRegOpenKeyExA()
325 const std::string *get_path_of_created_key(HKEY hKey) { in get_path_of_created_key()
345 LSTATUS __stdcall ShimRegQueryValueExA(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD l… in ShimRegQueryValueExA()
350 LSTATUS __stdcall ShimRegEnumValueA(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValue… in ShimRegEnumValueA()
372 LSTATUS __stdcall ShimRegCloseKey(HKEY hKey) { in ShimRegCloseKey()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp159 HKEY hKey; in getStringRegKey() local
/third_party/node/deps/cares/src/lib/
Dares_init.c577 static int get_REG_SZ(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ()
618 static int get_REG_SZ_9X(HKEY hKey, const char *leafKeyName, char **outptr) in get_REG_SZ_9X()
1341 HKEY hKey, hKeyEnum; in get_SuffixList_Windows() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_mmjoystick.c85 HKEY hKey; in GetJoystickName() local
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp572 HKEY hKey; in SuccessPage_Show() local
2819 HKEY hKey; in LoadOptionalFeatureStatesFromKey() local
2855 HKEY hKey; in LoadTargetDirFromKey() local
2886 HKEY hKey; in LoadAssociateFilesStateFromKey() local
/third_party/gn/src/base/win/
Dregistry.cc371 LONG RegKey::RegDeleteKeyExWrapper(HKEY hKey, in RegDeleteKeyExWrapper()