Improve master efficiency by using asynchronous message processing

This commit is contained in:
yuanyuanxiang
2025-12-05 17:40:12 +01:00
parent 8c45ae17a8
commit 001f0682ae
15 changed files with 190 additions and 163 deletions

View File

@@ -4,9 +4,9 @@
#include <windows.h>
typedef struct MyService {
char Name[256];
char Display[256];
char Description[512];
char Name[256];
char Display[256];
char Description[512];
} MyService;
#ifdef __cplusplus