ONM (Oh, Never Mind).

I just realized that the answer must be the OS owns that memory and you
can write to it (in the data storage area) or you can copy it your own
memory.  The example in the docs makes this clear:

FtrPtrNew(appCreator, myFtrMemFtr, 32, &ftrMem);
// ...
void* data;
if (!FtrGet(appCreator, myFtrMemFtr, (UInt32*)&data))
  DmWrite(data, 0, &someVal, sizeof(someVal));


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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

Reply via email to