⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myudpt~1.h

📁 一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值
💻 H
字号:
#if !defined(MYUDP_THREAD_H_INCLUDED_)
#define MYUDP_THREAD_H_INCLUDED_

#include "LogIt.h"

// MyUdpThread.h : interface of the controlling function of the MyUdp communication thread
//

struct MessageInfo
{
	HANDLE hEvent_GetParametersOK;

	HWND hwndShowMsg;
	BOOL* pbMsgShowing;
	CString strMsgText;
	CString strMsgTitle;
	UINT uMsgStyle;
};


// Controlling function for the MyUdp communication thread.
UINT MyUdpThreadProc(LPVOID pParam /* CMyUdpInfo ptr */);
UINT ThreadMessageBox(LPVOID pParam /* MsgInfo ptr */);

#endif // !defined(MYUDP_THREAD_H_INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -