MorePalmOS
A development library for developing Palm OS applications

MoreTypes.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * MorePalmOS
00003  * Copyright (c) 2004 Steven Fisher
00004  *
00005  * Distributed under the Boost Software License, Version 1.0. See accompanying
00006  * license file License.txt or <http://www.boost.org/LICENSE_1_0.txt>.
00007  *
00008  * http://morepalmos.sourceforge.net
00009  *
00010  *   MorePalmOS is the humble begining of an attempt to provide a library for
00011  *   Palm OS development which works around system bugs, illustrate how to
00012  *   use system calls, and provide "glue code" for programming Palm OS
00013  *   applications in a more straightforward way while minimally impacting
00014  *   code size.
00015  *****************************************************************************/
00016 
00024 #ifndef MORETYPES_H
00025 #define MORETYPES_H
00026 
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030 
00031 #include "MorePrefix.h"
00032 
00033 #include <PalmTypes.h>
00034 
00045 typedef UInt16 ResourceID_t;
00046 
00061 typedef UInt16 FrmObjectID_t;
00062 
00072 typedef UInt16 FrmObjectIdx_t;
00073 
00083 typedef UInt16 CtlValue_t;
00084 
00094 typedef UInt16 LibRef_t;
00095 
00107 typedef void FrmObject_t;
00108 
00120 typedef UInt32 CreatorID_t;
00121 
00128 typedef UInt16 InternalCardNum_t;
00129 
00130 #ifdef __cplusplus
00131 }
00132 #endif
00133 
00134 #endif

SourceForge.net Logo