Searched refs:ulOptions (Results 1 – 1 of 1) sorted by relevance
/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()
|