struct CCL::IVersionDescription

Overview

#include <ipluginmanager.h>

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

    virtual StringRef CCL_API getName () const = 0;
    virtual StringRef CCL_API getVersion () const = 0;
    virtual StringRef CCL_API getVendor () const = 0;
    virtual StringRef CCL_API getCopyright () const = 0;
    virtual StringRef CCL_API getUrl () 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

Methods

virtual StringRef CCL_API getName () const = 0

Get product name.

virtual StringRef CCL_API getVersion () const = 0

Get product version.

virtual StringRef CCL_API getVendor () const = 0

Get vendor string.

virtual StringRef CCL_API getCopyright () const = 0

Get copyright string.

virtual StringRef CCL_API getUrl () const = 0

Get URL (vendor or product website).