hc_nvr_add_time
Addsnew metadata value of type time.
Synopsis
#include <time.h>
hcerr_t hc_nvr_add_time(hc_nvr_t *nvr,
hc_string_t name,
time_t *value);
Description
Thisfunction adds a new metadata name-value-type tuple to a designated name-value record.
Thevalue represents seconds since midnight.
Thename-value record automatically expands as needed. The name and value are copied into
thestructure.
Parameters
nvr
Pointsto a name-value-record.
name
IN:Name for the tuple.
value
IN:The time_t (time.h)value.
ReturnCodes
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 Sun StorageTek5800 System C Client API 73