struct CCL::IAttributeQueue

Overview

Attribute queue interface, use IContainer to access contained IAttribute objects. More…

#include <iattributelist.h>

struct IAttributeQueue: public CCL::IUnknown
{
    // methods

    virtual void CCL_API addValue (VariantRef value, int flags = 0) = 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 queue interface, use IContainer to access contained IAttribute objects.

Methods

virtual void CCL_API addValue (VariantRef value, int flags = 0) = 0

Add a value to the queue.