C_DestroyCycleHistogramBins

Call C_DestroyCycleHistogramBins to free memory allocated by C_CreateCycleHistogramBins.

void C_DestroyCycleHistogramBins(

TCycleBin *lpBins,

int *lpStatus

);

Parameters

lpBins (IN)

Points to an array of bins allocated by a successful call to C_CreateCycleHistogramBins.

lpStatus (OUT)

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

See also

TCycleBin, C_CreateCycleHistogramBins.