main.h

来自「CD_《Palm OS编程实践》」· C头文件 代码 · 共 29 行

H
29
字号
#ifndef MAIN_H
#define MAIN_H
//////////////////////////////////////////////////////////////////////////////
// main.h
// Definitions for the main entry point.
// Copyright (c) 1999, Robert Mykland.  All rights reserved.
//////////////////////////////////////////////////////////////////////////////

///////////////////////
// Global Prototypes //
///////////////////////

DWord PilotMain( Word, Ptr, Word );	// Main entry point.
Boolean processEvent( Long );		// Processes the next event.

///////////////
// Constants //
///////////////

// The different versions of PalmOS
// Pilot 1000 and Pilot 5000
#define ROM_VERSION_1	0x01003001
// PalmPilot and PalmPilot Professional
#define ROM_VERSION_2	0x02003000
// Palm III, IIIx, and V
#define ROM_VERSION_3	0x03003000

#endif	// MAIN_H

⌨️ 快捷键说明

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