Searched refs:lpFilename (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/winapi/ |
D | dll.hpp | 44 boost::winapi::LPSTR_ lpFilename, 65 boost::winapi::LPWSTR_ lpFilename, 145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name() argument 147 return ::GetModuleFileNameA(hModule, lpFilename, nSize); in get_module_file_name() 166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name() argument 168 return ::GetModuleFileNameW(hModule, lpFilename, nSize); in get_module_file_name()
|
/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) 86 return GetModuleFileNameA(hModule, lpFilename, nSize); 121 inline DWORD get_module_file_name(HMODULE hModule, wchar_t* lpFilename, DWORD nSize) 123 return GetModuleFileNameW(hModule, lpFilename, nSize);
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 634 typedef DWORD(__stdcall * tGMFNE)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 637 typedef DWORD(__stdcall * tGMBN)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 634 typedef DWORD(__stdcall * tGMFNE)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 637 typedef DWORD(__stdcall * tGMBN)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI()
|