Searched refs:lpSubKey (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/log/src/windows/ |
D | event_log_registry.hpp | 102 const char* lpSubKey, in create_key() 111 …return RegCreateKeyExA(hKey, lpSubKey, Reserved, lpClass, dwOptions, samDesired, lpSecurityAttribu… in create_key() 116 const char* lpSubKey, in open_key() 121 return RegOpenKeyExA(hKey, lpSubKey, dwOptions, samDesired, phkResult); in open_key() 218 const wchar_t* lpSubKey, in create_key() 227 …return RegCreateKeyExW(hKey, lpSubKey, Reserved, lpClass, dwOptions, samDesired, lpSecurityAttribu… in create_key() 232 const wchar_t* lpSubKey, in open_key() 237 return RegOpenKeyExW(hKey, lpSubKey, dwOptions, samDesired, phkResult); in open_key()
|
/third_party/gn/src/base/win/ |
D | registry.cc | 372 const char16_t* lpSubKey, in RegDeleteKeyExWrapper() argument 382 return reg_delete_key_ex_func(hKey, ToWCharT(lpSubKey), samDesired, in RegDeleteKeyExWrapper() 386 return RegDeleteKey(hKey, ToWCharT(lpSubKey)); in RegDeleteKeyExWrapper()
|
D | registry.h | 130 const char16_t* lpSubKey,
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 335 …(::HKEY hKey, const char *lpSubKey, boost::winapi::DWORD_ ulOptions, boost::winapi::DWORD_ samDesi… 383 …(boost::ipwinapiext::HKEY_ hKey, const char *lpSubKey, boost::winapi::DWORD_ ulOptions, boost::win… in RegOpenKeyExA() argument 385 …return ::RegOpenKeyExA(reinterpret_cast< ::HKEY >(hKey), lpSubKey, ulOptions, samDesired, reinterp… in RegOpenKeyExA() 858 inline long reg_open_key_ex(hkey hKey, const char *lpSubKey, unsigned long ulOptions, unsigned long… in reg_open_key_ex() argument 859 { return boost::ipwinapiext::RegOpenKeyExA(hKey, lpSubKey, ulOptions, samDesired, phkResult); } in reg_open_key_ex()
|