发布V1.0.0.2
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user