> From: Jose Manuel Guerra Chapa [mailto:[EMAIL PROTECTED]]
> I have been searching about this function for almost two weeks 
> by now, in the Knowledge Base, on escribe.com & egroups.com and
> on my own archives (more than 8K mails ;).. and I find nothing...
> the only I have found is on the Reference Doc, and I think it lacks 

Right, the doc isn't helpful here, so you also should grep through the SDK
header files.  Looking for 'SysCreateDataBaseList' would lead you to a
struct called SysDBListItemType in <SystemMgr.h>.

(This is assuming you don't have access to the OS source, where you could
just look right at the function to see what it does.)

> on this MemHandle you get the database list, but 
> what kind of Ptr does this MemHandle is related to?...

The function returns a handle to an array of SysDBListItemType's.  Your code
gets ownership of that memory and must free it later.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to