Home
last modified time | relevance | path

Searched refs:lpSubKey (Results 1 - 3 of 3) sorted by relevance

/third_party/gn/src/base/win/
H A Dregistry.cc372 const char16_t* lpSubKey, in RegDeleteKeyExWrapper()
382 return reg_delete_key_ex_func(hKey, ToWCharT(lpSubKey), samDesired, in RegDeleteKeyExWrapper()
386 return RegDeleteKey(hKey, ToWCharT(lpSubKey)); in RegDeleteKeyExWrapper()
371 RegDeleteKeyExWrapper(HKEY hKey, const char16_t* lpSubKey, REGSAM samDesired, DWORD Reserved) RegDeleteKeyExWrapper() argument
H A Dregistry.h130 const char16_t* lpSubKey,
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp268 using PFN_RegOpenKeyExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult);
280 LSTATUS __stdcall ShimRegOpenKeyExA(HKEY hKey, LPCSTR lpSubKey, [[maybe_unused]] DWORD ulOptions, in ShimRegOpenKeyExA() argument
290 platform_shim.created_keys.emplace_back(platform_shim.created_key_count++, hive + "\\" + lpSubKey); in ShimRegOpenKeyExA()

Completed in 3 milliseconds