addressautofill.h

来自「我的Palm OS 5 SDK zhCN_PIMApps代码。 使用codew」· C头文件 代码 · 共 33 行

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