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

📄 chinesemate.h

📁 palm os 上的中文伴侣源代码
💻 H
字号:
/*
 * ChineseMate.h
 *
 * header file for ChineseMate
 *
 * This wizard-generated code is based on code adapted from the
 * stationery files distributed as part of the Palm OS SDK 4.0.
 *
 * Copyright (c) 1999-2000 Palm, Inc. or its subsidiaries.
 * All rights reserved.
 */
 
#ifndef CHINESEMATE_H_
#define CHINESEMATE_H_

/*********************************************************************
 * Internal Structures
 *********************************************************************/
typedef struct
{
	LocalID		dbID;
	UInt16		addType;
	Boolean		fsMode;
	Boolean		nativeSeach;
	Boolean		power;
	Boolean		cmActived;
	
	UInt16		fiKey;
	Boolean		fiEnabled;
	
	Boolean		fcdEnabled;
	Boolean		newCall;
	LocalID		phdbID;
	
	UInt16		curApp;
}ChineseMatePref;

/*********************************************************************
 * Global variables
 *********************************************************************/


/*********************************************************************
 * Internal Constants
 *********************************************************************/

#define appFileCreator			'REiC'
#define appName					"ChineseMate"
#define appVersionNum			0x01
#define appPrefID				0x00
#define appPrefVersionNum		0x01

#endif /* CHINESEMATE_H_ */

⌨️ 快捷键说明

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