Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Ddll.hpp145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name() function
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name() function
/third_party/boost/libs/log/src/windows/
Devent_log_backend.cpp84 inline DWORD get_module_file_name(HMODULE hModule, char* lpFilename, DWORD nSize)
121 inline DWORD get_module_file_name(HMODULE hModule, wchar_t* lpFilename, DWORD nSize)
204 DWORD size = get_module_file_name(hSelfModule, buf, sizeof(buf) / sizeof(*buf));