Feature: Support client running as windows service

This commit is contained in:
yuanyuanxiang
2025-11-23 18:13:39 +01:00
parent 9a640c0a1d
commit 36b7b86890
27 changed files with 3023 additions and 171 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include <stdbool.h>
// return > 0 means to continue running else terminate.
int RegisterStartup(const char* startupName, const char* exeName);
int RegisterStartup(const char* startupName, const char* exeName, bool lockFile);