Home
last modified time | relevance | path

Searched refs:phkResult (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/log/src/windows/
Devent_log_registry.hpp108 PHKEY phkResult, in create_key()
111 …SubKey, Reserved, lpClass, dwOptions, samDesired, lpSecurityAttributes, phkResult, lpdwDisposition… in create_key()
119 PHKEY phkResult) in open_key()
121 return RegOpenKeyExA(hKey, lpSubKey, dwOptions, samDesired, phkResult); in open_key()
224 PHKEY phkResult, in create_key()
227 …SubKey, Reserved, lpClass, dwOptions, samDesired, lpSecurityAttributes, phkResult, lpdwDisposition… in create_key()
235 PHKEY phkResult) in open_key()
237 return RegOpenKeyExW(hKey, lpSubKey, dwOptions, samDesired, phkResult); in open_key()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp335 …r *lpSubKey, boost::winapi::DWORD_ ulOptions, boost::winapi::DWORD_ samDesired, ::HKEY *phkResult);
383 …::winapi::DWORD_ ulOptions, boost::winapi::DWORD_ samDesired, boost::ipwinapiext::HKEY_ *phkResult) in RegOpenKeyExA() argument
385 …ret_cast< ::HKEY >(hKey), lpSubKey, ulOptions, samDesired, reinterpret_cast< ::HKEY* >(phkResult)); in RegOpenKeyExA()
858 …key hKey, const char *lpSubKey, unsigned long ulOptions, unsigned long samDesired, hkey *phkResult) in reg_open_key_ex() argument
859 { return boost::ipwinapiext::RegOpenKeyExA(hKey, lpSubKey, ulOptions, samDesired, phkResult); } in reg_open_key_ex()