Home
last modified time | relevance | path

Searched refs:get_module_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/winapi/
Ddll.hpp140 BOOST_FORCEINLINE HMODULE_ get_module_handle(LPCSTR_ lpFileName) in get_module_handle() function
161 BOOST_FORCEINLINE HMODULE_ get_module_handle(LPCWSTR_ lpFileName) in get_module_handle() function
/third_party/boost/boost/process/detail/windows/
Djob_workaround.hpp216 static ::boost::winapi::HMODULE_ h = ::boost::winapi::get_module_handle( in query_information_job_object()
246 static ::boost::winapi::HMODULE_ h = ::boost::winapi::get_module_handle( in set_information_job_object()
Dhandle_workaround.hpp238 static ::boost::winapi::HMODULE_ h = ::boost::winapi::get_module_handle(L"Ntdll.dll"); in nt_system_query_information()
252 static ::boost::winapi::HMODULE_ h = ::boost::winapi::get_module_handle(L"Ntdll.dll"); in nt_query_object()
/third_party/boost/libs/atomic/src/
Dwait_ops_windows.cpp65 …boost::winapi::HMODULE_ kernel_base = boost::winapi::get_module_handle(L"api-ms-win-core-synch-l1-… in initialize_wait_functions()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp855 inline hmodule get_module_handle(const char *name) in get_module_handle() function
915 hmodule addr = get_module_handle(ModuleNames[id]); in get_module_from_id()