?? childprocess.h
字號:
#if !defined(AFX_CHILDPROCESS_H__4B57164D_0E26_4FB8_A185_C6F8B6768A6F__INCLUDED_)
#define AFX_CHILDPROCESS_H__4B57164D_0E26_4FB8_A185_C6F8B6768A6F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChildProcess.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChildProcess dialog
class CChildProcess : public CDialog
{
// Construction
public:
CChildProcess(CWnd* pParent = NULL); // standard constructor
BOOL SendCommand(); //發送信息
int MessageBoxPrintf(TCHAR*,TCHAR*,...);
// Dialog Data
//{{AFX_DATA(CChildProcess)
enum { IDD = IDD_DIALOG1 };
DWORD m_dwCreateYear;
DWORD m_dwCreateMonth;
DWORD m_dwCreateDay;
DWORD m_dwCreateHour;
DWORD m_dwCreateMinute;
DWORD m_dwCreateSecond;
DWORD m_dwExitYear;
DWORD m_dwExitMonth;
DWORD m_dwExitDay;
DWORD m_dwExitHour;
DWORD m_dwExitMinute;
DWORD m_dwExitSecond;
DWORD m_dwID;
DWORD m_dwVersion;
DWORD m_dwMinMemory;
DWORD m_dwMaxMemory;
DWORD m_dwPriorityClass;
CString m_strMessage;
DWORD m_dwMemory;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChildProcess)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChildProcess)
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnEndProcess();
afx_msg void OnSendInfo();
afx_msg void OnWritePipe();
afx_msg void OnWriteFileMap();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHILDPROCESS_H__4B57164D_0E26_4FB8_A185_C6F8B6768A6F__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -