Wwise Authoring Plug-ins - Definition of a plug-in, as stored in a container. 更多...
#include <afxwin.h>
#include <memory>
类 | |
class | AK.Wwise::Plugin::PluginMFCWindows< CWinApp > |
Initializes MFC for this plug-in. 更多... | |
命名空间 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
namespace | AK.Wwise |
AK::Wwise::Plugin | |
Wwise Authoring Plug-ins - Definition of a plug-in, as stored in a container.
Wwise Authoring Plug-ins - Provides MFC initialization on plug-in instantiation.
By default, an MFC-based DLL initializes itself when the DLL is loaded. However, not all plug-ins in a DLL container require MFC, so this makes sure to initialize MFC only on instantiation of a particular plug-in.
在文件 PluginMFCWindows.h 中定义.