struct CCL::IRootComponent

Overview

Root component interface. More…

#include <irootcomponent.h>

struct IRootComponent: public CCL::IUnknown
{
    // structs

    struct Description;

    // methods

    virtual void CCL_API getDescription (Description& description) 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

Root component interface.

Methods

virtual void CCL_API getDescription (Description& description) const = 0

Get component description.