Functions | |
FLMEXP RCODE FLMAPI | FlmGetStats (FLM_STATS *pFlmStats) |
Get statistics. | |
FLMEXP void FLMAPI | FlmFreeStats (FLM_STATS *pFlmStats) |
Free statistics. |
|
Free statistics. This function should be called to free whatever memory was allocated to retrieve statistics when FlmGetStats() was called.
|
|
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.
|