A statistical data structure maps an individual result returned from a statistics C API function.
The data type CTG_StatData_t is defined in the C language header files. The statistical data represents individual statistics, or name-value pairs.
Individual results can be accessed using the getFirstStat and getNextStat functions.
CTG_StatData_t provides two fields, a character pointer and length, to enable access to individual elements of a statistical result set. These elements are the statistical ID and statistical value data, as described in Correlating results and error checking.