📄 basictypes.h
字号:
/*
============================================================================
Name : basictypes.h
Author :
Copyright : Your copyright notice
Description : Exe header file
Created: 17-Feb-2008
Last Modified: 23-Feb-2008
============================================================================
*/
#ifndef __BASICTYPES_H__
#define __BASICTYPES_H__
// Include Files
#include <e32base.h>
// Function Prototypes
GLDEF_C TInt E32Main();
// Customized routines
LOCAL_C void GetRbufDataL(RBuf & abuf);
LOCAL_C HBufC* CreateHBufCDescriptorLC();
LOCAL_C void ConvertAnsiToUnicodeL();
LOCAL_C void ConvertStrNumL();
LOCAL_C void StartUtilsL();
#endif // __BASICTYPES_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -