Anybody try use this?
I can use svcCFACmdLaunchTrustForm, and it's work good
But if I try use svcCFACmdSetBtOnOff - nothing happen...
Service Panel parameter block structure for
sysAppLaunchCmdPanelCalledFromApp
// The parameter block must be allocated using MemPtrNew, with the owner set
to 0 (zero)
// using MemPtrSetOwner(void * p, UInt16 owner). All data must be contained
within the single
// memory chunk.
//
typedef enum SvcCalledFromAppCmdEnum {
svcCFACmdSetBtOnOff = 1, // Set prefs bluetooth on/off
svcCFACmdLaunchTrustForm, // Launch the Trusted Device Form
// Add new commands here before svcCFACmdLast
svcCFACmdLast
} SvcCalledFromAppCmdEnum;
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/