Another method is to add this event to queue:
EventType NewEvent;
MemSet( &NewEvent,sizeof(NewEvent),0);
NewEvent.eType = keyDownEvent;
NewEvent.data.keyDown.chr = hardCradleChr;
NewEvent.data.keyDown.modifiers |= commandKeyMask;
EvtAddEventToQueue( &NewEvent);
Regards,
Sumita.
[EMAIL PROTECTED] on 10/03/2000 04:11:20 PM
Just run the hotsync application , say , with SysUIAppSwitch.
LocalID syncID = DmFindDatabase (0, "HotSync");
...
SysUIAppSwitch ( 0, syncID,0,0);
Regards,
Sumita
rub-a-dub <[EMAIL PROTECTED]> on 10/03/2000 12:37:32 AM
hope everyone is well. i was curious if it is possible to invoke a hot
sync programatically.
also, if anyone can provide me with information about hot sync api(if
available) thanks and have a
good week.
-ruben
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/