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

📄 sendmessage.h

📁 短信网管的原代码。用于与sp通信
💻 H
字号:
#if !defined(AFX_SENDMESSAGE_H__DA70E394_9E6F_4A68_B098_31AA4BC7DB47__INCLUDED_)
#define AFX_SENDMESSAGE_H__DA70E394_9E6F_4A68_B098_31AA4BC7DB47__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendMessage.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSendMessage dialog
#include "DataDef.h"
#include "Resource.h"

class CSendMessage : public CDialog
{
// Construction
public:
	CSendMessage(CWnd* pParent = NULL);   // standard constructor
	void SendMsg2SMC(unsigned long TRUnidataReqLen,char *TRUnidataReq);
	void Make_TRP_UNIDATA_REQ(unsigned long * BufLen,char *Buf, STRUCT_SUBMIT_HEADER* content,char *CMPP_Packet);
	void Make_CMPP_Submit(char *Buf, STRUCT_CMPP12_SUBMIT* content);

// Dialog Data
	//{{AFX_DATA(CSendMessage)
	enum { IDD = IDD_SEND_MESSAGE };
	int		m_intAppID;
	CString	m_strFeeCode;
	CString	m_strFeeType;
	int		m_intMsgLevel;
	CString	m_strMsgSrc;
	int		m_intPlatID;
	int		m_intPriority;
	CString	m_strServiceID;
	CString	m_strSim;
	CString	m_strSrcTerminal;
	CString	m_strMessage;
	CString	m_strMsgFmt;
	CString	m_strChannelID;
	CString	m_strTelNo;
	int		m_intReturnStatus;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSendMessage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSendMessage)
	virtual void OnCancel();
	afx_msg void OnSend();
	afx_msg void OnClear();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SENDMESSAGE_H__DA70E394_9E6F_4A68_B098_31AA4BC7DB47__INCLUDED_)

⌨️ 快捷键说明

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