beautypg.com

Hc_nvr_get_date, Synopsis, Description – Sun Microsystems Sun StorageTek 5800 User Manual

Page 82: Parameters, Return codes, Hc_nvr_get_time

background image

hc_nvr_get_date

Retrieves metadata value of type date.

Synopsis

#include

hcerr_t hc_nvr_get_date(hc_nvr_t *nvr,

hc_string_t name,

struct tm *value);

Description

This function retrieves the value of type struct tm associated with an indicated attribute name
in a name-value record.

Parameters

nvr

Points to a name-value-record.

name

IN: Name for the tuple.

value

OUT: Updated with the struct tm (time.h) 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

hc_nvr_get_time

Retrieves metadata value of type time.

Synchronous C API Functions

Sun StorageTek 5800 System Client API Reference Manual • June 2008

82