XPRDsetdata
| XPRDsetdata | 
  Purpose
 
  Synopsis
 
void XPRDsetdata(XPRDmodel model, void *data);
 
  Arguments
 
| 
     model 
     | 
     Reference to a model
     | 
| 
     data 
     | 
     User defined data pointer
     | 
  Further information
 
  The provided reference is stored in the model structure and can be retrieved at a later stage using
 XPRDgetdata. The data pointer is not used by XPRD and can be employed by the host application for recording model specific information.
 
 
