📄 zzxs_thread.h
字号:
#pragma once
// zzxs_Thread
class zzxs_Thread : public CWinThread
{
DECLARE_DYNCREATE(zzxs_Thread)
protected:
zzxs_Thread(); // 动态创建所使用的受保护的构造函数
virtual ~zzxs_Thread();
static void CALLBACK TimerFunction(HWND,UINT,UINT_PTR,DWORD);
static void BordProcess();
static void BackProcess();
static void self_sms();
static void Sendsms(CString strMobileDesc ,CString strChargeNum,CString strSmsMsg ,CString strServiceID ,CString strFeeType ,int IFeeValue);
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
protected:
DECLARE_MESSAGE_MAP()
private:
static void qfxinxi(void);
static CString getBacksms(CString smsflag);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -