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

📄 stracegui.h

📁 Strace: Webcrazy原来写的很好的代码
💻 H
字号:
// StraceGui.h : main header file
//

#if !defined(AFX_STRACEGUI_H__4D06E6A4_5D90_11D3_AFAF_00105AAA8243__INCLUDED_)
#define AFX_STRACEGUI_H__4D06E6A4_5D90_11D3_AFAF_00105AAA8243__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"   

#define				SYS_FILE		TEXT("STRACE.SYS")
#define				SYS_NAME		TEXT("STRACE")
#define             WEBCRAZY_WEB_SITE   (_T("http://webcrazy.yeah.net"))

BOOL LoadDeviceDriver( const char * Name, const char * Path, HANDLE * lphDevice );
BOOL UnloadDeviceDriver( const char * Name );


/////////////////////////////////////////////////////////////////////////////
// CStraceGuiApp:
// See StraceGui.cpp for the implementation of this class
//

class CStraceGuiApp : public CWinApp
{
protected:
	HANDLE hDevice;
public:
	BOOL AlreadyRunning();
	HANDLE GetDevice();
	CStraceGuiApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStraceGuiApp)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	virtual void DoWaitCursor(int nCode);
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CStraceGuiApp)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

CString& GetLastErrorText(CString& buf);

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif 

⌨️ 快捷键说明

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