
Synchronous C API Functions
hc_nvr_get_value_at_index
Iterates through the names and values in a
Synopsis
hc_nvr_get_value_at_index(hc_nvr_t *nvr,
hc_long_t index,
char **namep,
hc_value_t *valuep);
Description
This function iterates through the names and values in a
Parameters
nvr
Points to a
index
IN: The index to examine.
namep
OUT: Updated to point to the attribute name at the specified index.
valuep
OUT: Updated with the “hc_value_t” on page 47
Return Codes
HCERR_OK
HCERR_INVALID_NVR
HCERR_ILLEGAL_ARGUMENT
HCERR_NO_MORE_ARGUMENTS
HCERR_OOM
Chapter 3 • Sun StorageTek 5800 System C Client API | 77 |