hc_nvr_add_double
Adds a new metadata value of type hc_double_t.
Synopsis
hcerr_t hc_nvr_add_double(hc_nvr_t *nvr,
char *name,
hc_double_t value);
Description
This function adds a new metadata name-value-type tuple to a designated name-value record,
where type is known to be hc_double_t (see “hc_type_t” on page 47). The name-value record
will automatically expand as needed.
Parameters
nvr
Points to a name-value-record.
name
IN: Name for the tuple.
value
IN: The hc_double_t value.
Return Codes
HCERR_OK
HCERR_BAD_REQUEST
HCERR_OOM
HCERR_INVALID_NVR
HCERR_ILLEGAL_ARGUMENT
HCERR_ILLEGAL_VALUE_FOR_METADATA
HCERR_NO_SUCH_ATTRIBUTE
SynchronousCAPI Functions
Chapter3 • SunStorageTek 5800SystemCClient API 69