MoreTypes.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
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