void XrmQPutResource(database, bindings, quarks, type, value)
XrmDatabase *database;
XrmBindingList bindings;
XrmQuarkList quarks;
XrmRepresentation type;
XrmValue *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. |
| type | Specifies the type of the resource. |
| value | Specifies the value of the resource, which is specified as a string. |