C_QueryLinkedStatistics

C_QueryLinkedStatistics is called to query linked statistics results.

void C_QueryLinkedStatistics(

TOrcFxAPIHandle StatisticsHandle,

int VarID,

int LinkedVarID,

TStatisticsQuery *lpStatisticsQuery,

int *lpStatus

);

Parameters

StatisticsHandle (IN)

Handle to the linked statistics information which was created by the call to C_OpenLinkedStatistics2.

VarNum (IN)

Specifies the variable that you want statistics for. Must be one of the variables specified in the Vars parameter of C_OpenLinkedStatistics2.

LinkedVarNum (IN)

Specifies the linked variable that you want statistics for. Must be one of the variables specified in the Vars parameter of C_OpenLinkedStatistics2.

lpStatisticsQuery (OUT)

Points to a TStatisticsQuery structure in which the results of the query are returned.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

TStatisticsQuery, C_CalculateLinkedStatisticsTimeSeriesStatistics, C_CloseLinkedStatistics, C_OpenLinkedStatistics2.