Searched refs:lpSubKey (Results 1 - 3 of 3) sorted by relevance
/third_party/gn/src/base/win/ |
H A D | registry.cc | 372 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 D | registry.h | 130 const char16_t* lpSubKey,
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 268 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