Searched refs:get_module_file_name (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/winapi/ |
D | dll.hpp | 145 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/ |
D | event_log_backend.cpp | 84 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));
|