menu
版本
2022.1.18.8567
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
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 中定义.