texttospeechexample.h

来自「了解 Symbian Operation Symtem C++ S60 的基本开」· C头文件 代码 · 共 34 行

H
34
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?