void XrmQPutStringResource(database, bindings, quarks, value)
     XrmDatabase *database;
     XrmBindingList bindings;
     XrmQuarkList quarks;
     char *value;
| database | Specifies the resource database. | 
| bindings | Specifies a list of bindings. | 
| quarks | Specifies the complete or partial name or the class list of the resource. | 
| value | Specifies the value of the resource, which is specified as a string. |