struct CCL::IComponentAlias

Overview

#include <icomponent.h>

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

    virtual IUnknown*CCL_API getPlugInUnknown () const = 0;
    virtual IUnknown*CCL_API getHostContext () = 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 IUnknown*CCL_API getPlugInUnknown () const = 0

Get plug-in object represented by alias component.

virtual IUnknown*CCL_API getHostContext () = 0

Get original host context from alias component.