Synopsis
#include <time.h>
hcerr_t hc_nvr_get_time(hc_nvr_t *nvr,
hc_string_t name,
time_t *value);
Thisfunction retrieves the value of type time_t (seconds since midnight) associated with an
indicatedattribute name in a name-value record.
Parameters
nvr
Pointsto a name-value-record.
name
IN:Name for the tuple.
value
OUT:Updated with 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
hc_nvr_get_timestamp
Retrievesmetadata value of type timestamp.
Synopsis
#include <time.h>
hcerr_t hc_nvr_get_timestamp(hc_nvr_t *nvr,
hc_string_t name,
struct timespec *value);
SynchronousCAPI Functions
Chapter3 • Sun StorageTek 5800 System C Client API 83