// Copyright Epic Games, Inc. All Rights Reserved.#pragma onceclassWindowsService{public:WindowsService();~WindowsService();virtualintRun()=0;intServiceMain();staticvoidInstall();staticvoidDelete();intSvcMain();staticvoid__stdcallSvcCtrlHandler(unsignedlong);};