| |||||||||
SummarySablotSetInstanceData associates user-defined pointer to
the processor instance.
| |||||||||
Syntaxvoid SablotSetInstanceData(SablotHandle processor_, void *idata);
| |||||||||
DescriptionYou may use this call to store any pointer-like value with the processor. You may obtain this value later usinf theSablotGetInstanceData . This is usefull for miscellaneous
wrapper implementations etc.
| |||||||||
See Also
|