hc_range_retrieve_ez
Retrievesa specied range of data for a specied OID.
Synopsis
hc_range_retrieve_ez(hc_session_t *session,
write_to_data_destination data_writer,
void *cookie,
hc_oid *oid,
hc_long_t; firstbyte,
hc_long_t lastbyte);
Description
Thisfunction retrieves a specied range of data for a specied OID.
Parameters
session
IN:The session for the host and port to talk to.
data_writer
IN:Function callback to store the retrieved data locally.
cookie
IN:Opaque data delivered to the data_writer callbackto identify this data cookie.
oid
IN:An identier of the data record to retrieve.
firstbyte
IN:First byte of data range to retrieve.
lastbyte
IN:Last byte of data range to retrieve, or -1 forthe end of the record.
ReturnCodes
HCERR_OK
HCERR_BAD_REQUEST
HCERR_OOM
SynchronousCAPI Functions
Chapter3 SunStorageTek 5800 System C Client API 93