Statistics Collection Functions
[FLAIM System Functions]


Functions

FLMEXP RCODE FLMAPI FlmGetStats (FLM_STATS *pFlmStats)
 Get statistics.
FLMEXP void FLMAPI FlmFreeStats (FLM_STATS *pFlmStats)
 Free statistics.

Function Documentation

FLMEXP void FLMAPI FlmFreeStats FLM_STATS pFlmStats  ) 
 

Free statistics.

This function should be called to free whatever memory was allocated to retrieve statistics when FlmGetStats() was called.

Parameters:
pFlmStats  Statistics to be freed.

FLMEXP RCODE FLMAPI FlmGetStats FLM_STATS pFlmStats  ) 
 

Get statistics.

This function will allocate memory to return statistics. FlmFreeStats() should be called to free that memory once the application has processed the statistics.

Parameters:
pFlmStats  Statistics are returned here.


Generated on Wed Oct 4 12:11:43 2006 for FLAIM by  doxygen 1.4.6