Try using SysCurAppDatabase... it will give you the card number and local ID of your app.
A local ID is simply a reference to your applications database - you don't have to worry about it much really. Though if you really want to know it's the offset of your app database from the base address of the memory card on which it resides... note that "memory card" has nothing to do with expansion cards (CD, MMC, MS etc). So you give the OS a card number and a local ID - it then gets the base address of the card, adds on the local ID - and voila it's now pointing at your app database. Cheers, Gavin. Thorne Ventura <[EMAIL PROTECTED]> wrote in message news:109360@palm-dev-forum... > > I'm using the SysNotifyRegister API and the 2nd argument calls for the > local application ID. I've looked all over the Palm documents and can't > find an explanation that I understand. How do I determine in my code > what the local ID is? Thanks. > > Thorne Ventura > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
