calllog.txt

来自「palm os 上的中文伴侣源代码」· 文本 代码 · 共 8 行

TXT
8
字号
typedef struct {
UInt16 flags;
DateType date; /*Date of the call*/
TimeType time; /*Time of the call*/
UInt32 duration; /*Duration in seconds*/
char* name; /*Name of caller or NULL*/
char* number; /*Phone Number of caller or NULL*/
} PhRecord;

⌨️ 快捷键说明

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