Replying to my own post...

How does one launch an application that resides on a card? The .prc is in /PALM/Launcher on the card, so how do I get the dbID and SysUISwitch to it?

DmNumDatabases returns 0 when called on card 1.

--On Thursday, February 06, 2003 1:44 PM -0800 Ed Greenberg <[EMAIL PROTECTED]> wrote:

Many calls, such as DmFindDatabase, refer to a cardNo, which is usually
0, but could be a memory card.

To find out what cards are available on the device (in addition to 0) one
seems to call VFSVolumeEnumerate in a loop until you run out of volumes.
(I realize that in present day hardware, the choices are 0 and 1).

Is the volRefNum returned by VFSVolumeEnumerate is the same number as the
cardNo required by the Dm... functions?

On the other hand, perhaps the number I want is the slotRefNum that is
returned by ExpSlotEnumerate.

Anybody know?

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


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

Reply via email to