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

📄 addressautofill.h

📁 我的Palm OS 5 SDK zhCN_PIMApps代码。 使用codewarrior 开发环境
💻 H
字号:
/******************************************************************************
 *
 * Copyright (c) 1995-2003 PalmSource, Inc. All rights reserved.
 *
 * File: AddressAutoFill.h
 *
 * Release: Palm OS 5 SDK (68K) R3.
 *
 *****************************************************************************/

#ifndef ADDRESSAUTOFILL_H
#define ADDRESSAUTOFILL_H


typedef struct {
	UInt32		time;						// time the entry was last accessed
	Char		text;						// null-terminated string
	UInt8		reserved;
} LookupRecordType;

typedef LookupRecordType *LookupRecordPtr;


/************************************************************
 * Function Prototypes
 *************************************************************/

Err		AutoFillInitDB (UInt32 type, UInt32 creator, const Char *dbName, UInt16 initRscID);
Boolean AutoFillLookupStringInDatabase (DmOpenRef dbP, Char *key, UInt16 *indexP);
void	AutoFillLookupSave (UInt32 type, UInt32 creator, Char *str);

#endif // ADDRESSAUTOFILL_H

⌨️ 快捷键说明

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