📄 myudpt~1.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 + -