struct CCL::IStatisticsCollection
#include <istatistics.h> struct IStatisticsCollection: public CCL::IUnknown { // structs struct Value; // methods virtual int CCL_API countValues () const = 0; virtual Value CCL_API getValue (int index) const = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;