hc_nvr_get_date
Retrievesmetadata value of type date.
Synopsis
#include <time.h>
hcerr_t hc_nvr_get_date(hc_nvr_t *nvr,
hc_string_t name,
struct tm *value);
Description
Thisfunction retrieves the value of type struct tmassociated with an indicated attribute name
ina name-value record.
Parameters
nvr
Pointsto a name-value-record.
name
IN:Name for the tuple.
value
OUT:Updated with the struct tm (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_time
Retrievesmetadata value of type time.
SynchronousCAPI Functions
SunStorageTek5800 System Client API Reference Manual June200882