struct CCL::PlugViewParentProtector

Helper to engage parent protection in scope.

#include <ipluginview.h>

struct PlugViewParentProtector
{
    // fields

    IPlugInViewFrame* frame;
    void* protectedData;

    // construction

    PlugViewParentProtector (IPlugInViewFrame* _frame);
};