kevinapp002_riltest.h

来自「一个在三星2440平台上运行的WINCE600应用程序,用来测试RIL的通话功能」· C头文件 代码 · 共 36 行

H
36
字号
// KevinApp002_RilTest.h : main header file for the PROJECT_NAME application
//

#pragma once

#ifndef __AFXWIN_H__
	#error "include 'stdafx.h' before including this file for PCH"
#endif

#ifdef STANDARDSHELL_UI_MODEL
#include "resource.h"
#endif


#include "ril.h"

// CKevinApp002_RilTestApp:
// See KevinApp002_RilTest.cpp for the implementation of this class
//

class CKevinApp002_RilTestApp : public CWinApp
{
public:
	CKevinApp002_RilTestApp();
	
// Overrides
public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CKevinApp002_RilTestApp theApp;

⌨️ 快捷键说明

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