--- Brian Smith <[EMAIL PROTECTED]> wrote: > > MemHandlePtr() allocates a moveable chunk and returns a handle. > When you need to access it, you lock it and unlock it. Locking > it temporarily makes it non-moveable and returns a pointer that > you can use the access the memory. Otherwise, the OS is free to > move the chunk around as needed to satisfy other allocation > requests. >
I'm sure Brian means "MemHandleNew()". __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
