I'm trying to prevent the hotsync app from running when my application is running and so far I've succeeded by doing 2 things:
1. registering for sysNotifyVirtualCharHandlingEvent and checking for a type of vchrHardCradle and setting notifyParamsP->handled = true;
2. intercepting the keyDownEvent with the character code vchrHardCradle in my event loop.
My question is, can I be assured that this will always work? Am I missing anything? E.g. Is hotsync a notification that is broadcast to other applications that may cause the Hotsync app to run despite my app's attempts to prevent it from running?
Thanks in advance, Lorraine
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
