> Actually, what I wanted to do is to evaluate an arbitrary Feature value to
> determine if it was a pointer or just a value.  Too bad something like
> PrvPtrCheck() isn't exposed to the general public.  Anyways, I appreciate
> the feedback.  I guess I'll just have to find something else to much with.

Why not just have the caller pass a handle instead?  You can lock and unlock
handles multiple times without causing trouble (unless you lock too many
times or unlock more times than you've locked) and this will help prevent
bad data from getting in.

Regards,
Andrew



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to