descriptordemo.h

来自「Symbian descriptors sample」· C头文件 代码 · 共 27 行

H
27
字号
/*
============================================================================
 Name        : DescriptorDemo.h
 Author      : Mopius
 Copyright   : (c) Mopius, www.mopius.com
 Description : Exe header file
============================================================================
*/

#ifndef __DESCRIPTORDEMO_H__
#define __DESCRIPTORDEMO_H__


//  Include Files

#include <e32base.h>


//  Function Prototypes

GLDEF_C TInt E32Main();


#endif  // __DESCRIPTORDEMO_H__


⌨️ 快捷键说明

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