
Synchronous C API Functions
hc_nvr_get_long
Retrieves a value of type hc_long_t.
Synopsis
hcerr_t hc_nvr_get_long(hc_nvr_t *nvr,
char *name,
hc_long_t *retlong);
Description
This function retrieves the value of type hc_long_t (see “hc_type_t” on page 47) associated with an indicated attribute name in a
Parameters
nvr
Points to a
name
IN: Attribute name to look for.
retlong
OUT: Updated to contain the hc_long_t value.
Return Codes
HCERR_OK
HCERR_BAD_REQUEST
HCERR_OOM
HCERR_INVALID_NVR
HCERR_ILLEGAL_VALUE_FOR_METADATA
HCERR_ILLEGAL_ARGUMENT
78 | Sun StorageTek 5800 System Client API Reference Manual • June 2008 |