XPLMGetDataRefsByIndex
XPLM_API void XPLMGetDataRefsByIndex(
int offset,
int count,
XPLMDataRef * outDataRefs);
Given an offset and count, this function will return an array of XPLMDataRefs in that range. The offset/count idiom is useful for things like pagination.