struct CCL::IAttribute
Overview
#include <iattributelist.h> struct IAttribute: public CCL::IUnknown { // methods virtual StringID CCL_API getID () const = 0; virtual VariantRef CCL_API getValue () 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;
Detailed Documentation
Attribute interface.
Methods
virtual StringID CCL_API getID () const = 0
Get attribute identifier.
virtual VariantRef CCL_API getValue () const = 0
Get attribute value.