#pragma once #define BOOST_FILESYSTEM_VERSION 3 #include namespace ActiveBasic { namespace Common { boost::filesystem::path GetModuleFilePath(HANDLE hProcess, HMODULE hmod); std::vector GetProcesses(); boost::filesystem::path GetExecutableModulePath(DWORD processId); std::vector GetModules(DWORD processId); }}