📄 dvsuser.h
字号:
/********************************************************************
created: 2002/08/06
created: 6:8:2002 14:25
filename: E:\WORK\0806\DvsUser\DvsUser.h
file path: E:\WORK\0806\DvsUser
file base: DvsUser
file ext: h
author: Sun_J
purpose:
*********************************************************************/
#if !defined(AFX_DVSUSER_H__7B3F242E_7E50_4FA4_A5D7_937E63AEF11F__INCLUDED_)
#define AFX_DVSUSER_H__7B3F242E_7E50_4FA4_A5D7_937E63AEF11F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CDvsUserApp:
// See DvsUser.cpp for the implementation of this class
//
#define THREAD_DELETE(p) { if(p) { (p)->Terminate(); delete (p); (p)=NULL; } }
class CDvsUserApp : public CWinApp
{
public:
CDvsUserApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDvsUserApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CDvsUserApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
VOID ErrorMsg(DWORD id = 0);
DWORD SetGUID(CString strIP);
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DVSUSER_H__7B3F242E_7E50_4FA4_A5D7_937E63AEF11F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -