#pragma once class PARAMETERS { public: PARAMETERS(void); ~PARAMETERS(void); public: bool killproc; DWORD dwProcId; std::string OldVerPath; std::string NewVerPath; };