Hi,

I'm trying to use the SyncCallRemoteModule to call one
of the palm to do sth during the synching.

The snippet code of Palm Application:

       case sysAppLaunchCmdHandleSyncCallApp:
        //do sth;
        break;

The snippet code of conduit Application:
        long retval;
        CCallModuleParams params;
        params.m_dwCreatorID = 'EXPB';
        params.m_dwTypeID = 'appl';
        retval = SyncCallRemoteModule(&params);
 
The problem is: I don't manage to call the palm at
all, the error code returned is none of the
followings:

SYNCERR_COMM_NOT_INIT 
SYNCERR_LOST_CONNECTION 
SYNCERR_REMOTE_SYS 
SYNCERR_REMOTE_MEM 
SYNCERR_UNKNOWN_REQUEST 
SYNCERR_LOCAL_BUFF_TOO_SMALL 

Am i doing sth wrong? Pls advise in this regard. Thank
you.


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com

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

Reply via email to