API Guide Home
(Online version only)

palmOneSystemCommon.h File Reference


Detailed Description

This is the common public header for palmOne system definitions.

Definition in file palmOneSystemCommon.h.

Go to the source code of this file.

Defines


Define Documentation

#define sysGetLibAPIVersionMajor ( libVer   )     (((UInt16)((libVer) >> 16)) & 0x0FFFF)

Definition at line 34 of file palmOneSystemCommon.h.

#define sysGetLibAPIVersionMinor ( libVer   )     (((UInt16)(libVer)) & 0x0FFFF)

Definition at line 35 of file palmOneSystemCommon.h.

#define sysMakeLibAPIVersion ( major,
minor   ) 

Value:

(                                                   \
        (((UInt32)((UInt16)(major) & 0x0FFFF)) << 16) |     \
        (((UInt32)((UInt16)(minor) & 0x0FFFF)))             \
        )

Definition at line 24 of file palmOneSystemCommon.h.


Top Palm Developer Network
© 2004-2008, Palm, Inc. All rights reserved.
Generated on Fri Jun 13 10:07:55 2008 for Palm API Guide