struct CCL::IPlugInViewManagement

Overview

Interface to manage plug-in view behavior from the application. More…

#include <ipluginview.h>

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

    virtual tbool CCL_API isSystemScalingEnabled (UIDRef cid) 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

Interface to manage plug-in view behavior from the application.

Methods

virtual tbool CCL_API isSystemScalingEnabled (UIDRef cid) const = 0

Check if system DPI scaling should be applied to foreign view of given class (Windows only).