Christopher Stamper wrote:
>     case sysAppLaunchCmdNotify:
>          If (((SysNotifyParamType*)cmdPBP)->n
 == &DeviceType)
>               //Do action for that device 1
Wrong, based on your information it should probably be the other way
case sysAppLaunchCmdNotify:
    DeviceType = *((UInt16*)(
((SysNotifyParamType*)cmdPBP)->notifyDetailsP));
    switch (DeviceType)
    {
       case 99:
           ............


Lionscribe

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

Reply via email to