XPRMgetnextdsotype
| XPRMgetnextdsotype | 
  Purpose
 
  Synopsis
 
void *XPRMgetnextdsotype(XPRMdsolib dso, void *ref, const char **name, unsigned int *props);
 
  Arguments
 
| 
     dso 
     | 
     Reference to a dynamic shared object loaded by Mosel
     | 
| 
     ref 
     | 
     Reference pointer or
     NULL
     | 
| 
     name 
     | 
     Returned name of the type
     | 
| 
     props 
     | 
     Returned properties of the type (may be
     NULL)
     | 
  Return value
 
 Reference pointer for the next call to
 XPRMgetnextdsotype.
  Further information
 
  This function returns the name and properties of the next type defined by the given module. The type properties corresponds to the information returned by function
 XPRMgettypeprop. The second parameter is used to store the current location in the table of types; if this parameter is
 NULL, the first type of the table is returned. This function returns
 NULL if it is called with the reference to the last type defined by the given module. Otherwise, the returned value can be used as the input parameter
 ref to get the following type and so on.
 
  Related topics
 
 
