hc_nvr_get_string
Retrievesa value of a Unicode UTF-8 string.
Synopsis
hcerr_t hc_nvr_get_string(hc_nvr_t *nvr,
char *name,
hc_string_t *retstring);
Description
Thisfunction retrieves the value of a Unicode UTF-8 string associated with an indicated
attributename in a name-value record. Note that the memory pointed to will be freed when the
recordis freed.
Parameters
nvr
Pointsto a name-value-record.
name
IN:Attribute name to look for.
retstring
OUT:Updated to contain the hc_string_t value.
ReturnCodes
HCERR_OK
HCERR_BAD_REQUEST
HCERR_OOM
HCERR_INVALID_NVR
HCERR_ILLEGAL_VALUE_FOR_METADATA
HCERR_ILLEGAL_ARGUMENT
SynchronousCAPI Functions
SunStorageTek5800 System Client API Reference Manual June 200880