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

📄 texttospeechexample.h

📁 了解 Symbian Operation Symtem C++ S60 的基本开发
💻 H
字号:
/*
* ============================================================================
*  Name     : TextToSpeechExample.h
*  Part of  : TextToSpeech example
*  Created  : 05.07.2006 by Artem Marchenko
*  Description:
*  Version  : 1.0
*  Copyright: Artem Marchenko 2006, http://symbianexample.com
* ============================================================================
*/


#ifndef __HELLOEXEDLL_H__
#define __HELLOEXEDLL_H__


//  Include Files

#include <e32base.h>


//  Function Prototypes

#ifdef __WINS__
IMPORT_C TInt WinsMain(TAny* aParam);
#else
GLDEF_C TInt E32Main();
#endif


#endif  // __HELLOEXEDLL_H__

// End of file

⌨️ 快捷键说明

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