-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.h
More file actions
30 lines (23 loc) · 918 Bytes
/
Copy pathcom.h
File metadata and controls
30 lines (23 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#if !defined(INC_H___54A6E252_470E_4954_BCD7_FCC0A55E25F0__HEAD__)
#define INC_H___54A6E252_470E_4954_BCD7_FCC0A55E25F0__HEAD__
namespace local {
class Com final : public ICom {
/*std::shared_ptr<std::mutex> m_Mutex = std::make_shared<std::mutex>();*/
public:
Com();
virtual ~Com();
private:
void Init();
void UnInit();
protected:
bool CreateLnk(const std::string& szPath, const std::string& szLink, const std::string& szIcoPath = "", const std::string& szArgument = "") const override final;
bool CreateLnkUrl(
const std::string& BindLnkUrl,
const std::string& BindLnkPathname, /*xxx.lnk*/
const std::string& BindLnkIcoPathname/*xxx.ico | xxx.png*/) const override final;
};
}///namespace local
/// /*新生®(上海)**/
/// /*2022_10_21T14:44:55.8904235Z**/
/// /*_ _ _ _ _ _ _ www.skstu.com _ _ _ _ _ _ _**/
#endif ///INC_H___54A6E252_470E_4954_BCD7_FCC0A55E25F0__HEAD__