Suppose you have a pointer voidP to somewhere in a record and you want to
change *voidP.  DmWrite() and DmSet() will not work unless voidP points to
the beginning of the record and you do not know where the beginning is.

Then I use

MemSemaphoreReserve (true);
...
MemSemaphoreRelease (true);

Is there any other way to do the job which avoids explicit use of these?

/Paul N.

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

Reply via email to