>What rule does Palm OS apply with regard to passing structures in functions?

Palm OS doesn't care what you do when you're calling your own functions,
other than hoping that you won't overflow the stack.  This is a compiler
issue, really.

When calling OS routines, obviously you need to give them the parameters
they're expecting, which in (I believe) all cases would be a pointer to the
struct.

-David Fedor
Palm Developer Support


Reply via email to