#pragma once #include #include DWORD CreateDetachedProcess(const wchar_t* lpCommandLine); DWORD GetProcessIdByName(const wchar_t* processName);