22#ifndef AAX_IEFFECTGUI_H
23#define AAX_IEFFECTGUI_H
27#include "CACFUnknown.h"
56 ACFMETHOD(InternalQueryInterface)(const
acfIID & riid,
void **ppvObjOut)
override;
Various utility definitions for AAX.
#define AAX_DELETE(X)
delete keyword macro
Definition: AAX.h:161
The GUI interface that gets exposed to the host application.
Definition: AAX_ACFInterface.doxygen:216
The interface for a AAX Plug-in's GUI (graphical user interface).
Definition: AAX_IACFEffectGUI.h:83
The interface for a AAX Plug-in's user interface.
Definition: AAX_IEffectGUI.h:52
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
void **ppvObjOut override
Definition: AAX_IEffectGUI.h:56