C_DestroyTimeHistorySummary

C_DestroyTimeHistorySummary is called to tidy up memory allocated by a call to C_CreateTimeHistorySummary2.

void C_DestroyTimeHistorySummary(

TOrcFxAPIHandle TimeHistorySummaryHandle,

int *lpStatus

);

Parameters

TimeHistorySummaryHandle (IN)

The time history summary handle returned by a successful call to C_CreateTimeHistorySummary2.

lpStatus (OUT)

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

See also

C_CreateTimeHistorySummary2, C_GetTimeHistorySummaryValues.