发布V1.0.0.2

This commit is contained in:
yuanyuanxiang
2019-01-18 17:37:15 +08:00
parent 38c0c1ccdb
commit b573baed0b
43 changed files with 152 additions and 138 deletions

View File

@@ -14,11 +14,11 @@ class RegisterOperation
public:
RegisterOperation(char bToken);
virtual ~RegisterOperation();
char* RegisterOperation::FindPath();
char* FindPath();
HKEY MKEY;
char KeyPath[MAX_PATH];
void RegisterOperation::SetPath(char *szPath);
char* RegisterOperation::FindKey();
void SetPath(char *szPath);
char* FindKey();
};
#endif // !defined(AFX_REGISTEROPERATION_H__BB4F3ED1_FA98_4BA4_97D6_A78E683131CC__INCLUDED_)