- status: open --> open-accepted
The documentation states that pInstanceID is meant to
be an *output only* parameter of smlInitInstance,
however the value is actually checked and the function
will fail if you by some unlucky chance have it initialized
to a value other than zero.
Around line 159 of "mgrinstancemgr.c"
pInstanceInfo = (InstanceInfoPtr_t) findInfo
(*pInstanceID);
Is anyone actually using this "reference" implementation
of SyncML?
I find it a pretty discouraging introduction to the whole
thing.