The
XrmGetStringDatabase()
function creates a new database and stores the resources specified
in the specified null-terminated string.
XrmGetStringDatabase()
is similar to
XrmGetFileDatabase()
except that it reads the information out of a string instead of out of a file.
The string should contain a sequence of entries in valid ResourceLine
format (see "Resource File Syntax") terminated by a null character;
the database that results from using a string
with incorrect syntax is implementation dependent.
The string is parsed in the current locale,
and the database is created in the current locale.