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 |
| Audiokinetic namespace | |
| 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 に定義があります。