You can find most of the structures in the Palm OS Reference. It's at the beginning of each section, i.e., one for "Fields", one for "Forms", etc. You could also grep the *.h files for typedef. Other than looking through the header files, I don't believe that *all* of the types are identified anywhere. The generic types are defined in PalmTypes.h and PalmCompatibility.h.
Regards, Steve ----- Original Message ----- From: Drew Berkemeyer <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: Palm Developer Forum <[email protected]> Sent: Tuesday, December 05, 2000 11:00 PM Subject: Data types > I'm new to Palm development and am having a hard time finding a place > that clearly outlines data types available for Palm. I've searched palm.com > and looked through various documentation that I've downloaded, but still > have not found a list. > > I have the Palm OS SDK documentation on my machine in HTML format, and > have searched it repeatedly. I have even done a grep of my hard drive for > things such as RectangleType, but have only come up with references to the > structure and not documentation on it. If I grep the *.h files in the Palm > OS include directory I can come up with the rect.h include file and find the > struct definition. However, this is kind of a round about way of discovering > types. I am wondering how many types are defined that I never think to grep > for? > > I would like a clear definition of all types defined in the Palm OS SDK. > Could someone please point me to a reference where these can be found? > > Thanks for your help. > > Sincerely, > Drew Berkemeyer > Berkemeyer Concepts > http://www.berkemeyer.com/ > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
