vbox.cpp初步完成

This commit is contained in:
2023-02-19 14:32:24 +08:00
parent 558dc437a0
commit 466958170f
4 changed files with 28 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ public:
int SetMemory(int memory);
int SetRemote(bool setting);
int SetRemoteConnectSetting(int port=5540);
void Start(bool unShown=false);
int Start(bool unShown=false);
int Stop();
int Delete();
int SetDisplayMemory(int memory);