Hi,
I Register a handler for EventDequeueEvent.

SysNotifyRegister(gv.cardNo,gv.dbID, sysNotifyEventDequeuedEvent,
        SysNotifyEventDequeuedProcF, sysNotifyNormalPriority, NULL);

Err SysNotifyEventDequeuedProcF(SysNotifyParamType *notifyParamsP){
{
}

How to let program enter SysNotifyEventDequeuedProcF quickly in each AP?
I want to use this place to receive IrDa keyboard keycode.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to