At 12:00am -0700 00-09-27, Palm Developer Forum digest wrote:
>Subject: CardNo and DbID for Launcher
>From: "Jacob Vitas Vogelstein" <[EMAIL PROTECTED]>
>Date: Wed, 27 Sep 2000 02:43:47 -0400
>X-Message-Number: 105
>
>Anyone know the Card Number (UInt16 cardNo) and Database ID (LocalID dbID)
>for the Launcher app?  Is it the same for everyone?  Can I hard-code this
>value?  Thanks


DmSearchStateType searchState;
UInt16 cardNo;
LocalID dbID;
Err result;

result = DmGetNextDatabaseByTypeCreator(true,
                                        &searchState,
                                        sysFileTApplication,
                                        sysFileCLauncher,
                                        true,
                                        &cardNo,
                                        &dbID);

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

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