NAME
XrmPermStringToQuark − allocate quark for permanently allocated string.
Synopsis
XrmQuark XrmPermStringToQuark(string)
char *string;
Arguments
stringSpecifies the string for which a quark is to be allocated.
Description
XrmPermStringToQuark returns a quark which uniquely represents a string. If the string is not in the Host Portable Character Encoding the conversion is implementation dependent. XrmPermStringToQuark is just like XrmStringToQuark except that Xlib is permitted to assume the string argument is permanently allocated, and hence that the string can be used as the value to be returned by XrmQuarkToString. If you do not want to use permanently allocated storage, use XrmStringToQuark.
Structures
XrmDatabase is a pointer to an opaque data type.
Related Commands
XrmDestroyDatabase, XrmGetResource, XrmGetStringDatabase, XrmInitialize, XrmMergeDatabases, XrmParseCommand, XrmPutFileDatabase, XrmPutLineResource, XrmPutResource, XrmPutStringResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource, XrmQPutResource, XrmQPutStringResource, XrmQuarkToString, XrmStringToBindingQuarkList, XrmStringToQuarkList, XrmStringToQuark, XrmUniqueQuark.
Copyright O’Reilly & Assoc. —