|
API Guide Home (Online version only) |
![]() |
Definition in file palmOneSystemCommon.h.
Go to the source code of this file.
| #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 | ) |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:55 2008 for Palm API Guide |