|  | ||
| 
 | 
 int collect_generic ( int g_type, char *aux_string ) 
 int g_type; // generic type char *aux_string; // auxiliary string 
 | 
| Synopsis | #include "silver.h" 
 The collect_generic function assembles an internal list of SilverScreen items specified by g_type . The items of this list may be accessed by get_generic . 
 | 
| Parameters | g_type specifies the generic data set type of data to collect. aux_string is an auxiliary string appropriate to g_type. 
 | 
| Return Value | collect_generic returns the number of items collected. 
 | 
| Comments | See the topic "Generic data sets" for more information on g_type and aux_string. 
 | 
| See Also |