23 #ifndef AAX_VHOSTSERVICES_H
24 #define AAX_VHOSTSERVICES_H
28 #include "acfunknown.h"
51 ACFPtr<AAX_IACFHostServices> mIACFHostServices;
52 ACFPtr<AAX_IACFHostServices_V2> mIACFHostServices2;
53 ACFPtr<AAX_IACFHostServices_V3> mIACFHostServices3;
Various utility definitions for AAX.
int32_t AAX_Result
Definition: AAX.h:337
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:141
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:248
Versioned interface to diagnostic and debugging services provided by the AAX host.
Definition: AAX_IACFHostServices.h:38
Interface to diagnostic and debugging services provided by the AAX host.
Definition: AAX_IHostServices.h:38
Version-managed concrete AAX_IHostServices class.
Definition: AAX_VHostServices.h:41
AAX_Result HandleAssertFailure(const char *iFile, int32_t iLine, const char *iNote, int32_t iFlags) const AAX_OVERRIDE
Handle an assertion failure.
AAX_Result Trace(int32_t iPriority, const char *iMessage) const AAX_OVERRIDE
Log a trace message.
AAX_Result StackTrace(int32_t iTracePriority, int32_t iStackTracePriority, const char *iMessage) const AAX_OVERRIDE
Log a trace message or a stack trace.
AAX_VHostServices(IACFUnknown *pUnkHost)