Hello All.
I have some trouble with passing data to my application.
I set alarm for my specific needs.
Then from any applications I recieve this alarm notification and if my app is 
not activated call:

SysAutoUpdateDataParamType autoUpdateParams;
autoUpdateParams.ref = someParam;
SysUIAppSwitch(cardNo, dbID, sysAppLaunchCmd_AutoUpdateData, &autoUpdateParams);

passing parameters in the forth arg.
But when I recieve sysAppLaunchCmd_AutoUpdateData sublunch code and try to 
retrieve parameters from the parameter block:

UInt32 cmdPBPRef = ((SysAutoUpdateDataParamType*)cmdPBP)->ref;

I have got some garbage instead my someParam.
What do I do incorrectly?

Thanks in advance.
___________________
Oleg Ignatov
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to