Hi all,

Does Palm store the AppInfoBlock in dynamic RAM
or storage RAM?

I have created the appInfoBlk structure in mem chunk.
When I set the ID of this structure chunk using
DmSetDatabaseInfo(... ... ptrAppInfoBlkID ...),
does Palm copy the structure to be stored together with
the DB?

If it does, I should be able to free the appInfoBlk chunk
I used earlier. However, if I try to delete the database,
it gives me "Invalid handle". MemoryMgrNew.c error.
(because of the appInfoBlk, I think). After that it 
deletes the database.

If I don't free the earlier chunk, it deletes both the 
appInfoBlk and  database perfectly.

Anyone having this problem?

Thanks
garry

Reply via email to