> It now seems to me that I want to be
> able to iterate with DmGetNextDatabaseByTypeCreator on each mounted file
> system--or something like that?

DmGetNextDatabaseByTypeCreator will find all databases in all storage heaps
on the device, but it won't look through the file system. To enumerate the
file system, you'll need to use VFS routines (see VFSMgr.h). You can use
VFSFileDBInfo to get the type, creator, and/or database name for a file that
contains a Palm database (pdb, etc). You should be able to use this info to
decide whether it's "yours".
--
Danny @ Palm

-- 
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