Improve: Remove redundant code for reading the registry

This commit is contained in:
yuanyuanxiang
2025-06-29 15:23:09 +08:00
parent aa34b64995
commit 4ca2b45242
6 changed files with 29 additions and 88 deletions

View File

@@ -18,11 +18,6 @@ typedef struct UserParam
~UserParam() { SAFE_DELETE_ARRAY(buffer); }
}UserParam;
// д<><D0B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
bool WriteAppSettingA(const std::string& keyName, const std::string& value);
// <20><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>
bool ReadAppSettingA(const std::string& keyName, std::string& outValue);
DWORD WINAPI ThreadProc(LPVOID lParam);
DWORD WINAPI LoopShellManager(LPVOID lParam);