Wwise SDK 2021.1.9
PluginMFCWindows.h
Version
arrow_right
Table of Contents
Other Documentation
PluginMFCWindows.h File Reference
Wwise Authoring Plug-ins - Definition of a plug-in, as stored in a container. More...
#include <afxwin.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | AK.Wwise::Plugin::PluginMFCWindows< CWinApp > |
Initializes MFC for this plug-in. More... |
|
Namespaces | |
namespace | AK |
Audiokinetic namespace. |
|
namespace | AK.Wwise |
AK::Wwise::Plugin | |
Detailed Description
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.
- See also
- C++ interfaces
Definition in file PluginMFCWindows.h.