H5Sget_regular_hyperslab

fnhtri_t H5Sget_regular_hyperslab(hid_t spaceid, hsize_t * start, hsize_t * stride, hsize_t * count, hsize_t * block)

Gets the parameters of a regular hyperslab selection.

Parameters

spaceidDataspace identifier
startArray to receive starting coordinates
strideArray to receive stride values
countArray to receive count values
blockArray to receive block sizes

Returns

Positive if regular, zero if not, negative on failure.