バージョン

menu_open
Wwise SDK 2022.1.13
AK.Wwise::Plugin::PluginMFCWindows< CWinApp > クラステンプレート

Initializes MFC for this plug-in. [詳解]

#include <PluginMFCWindows.h>

公開メンバ関数

 PluginMFCWindows ()
 Initializes g_theApp singleton [詳解]
 

静的公開メンバ関数

static CWinApp * GetMFCApp ()
 Retrieves the CWinApp singleton. [詳解]
 

詳解

template<typename CWinApp = ::CWinApp>
class AK.Wwise::Plugin::PluginMFCWindows< CWinApp >

Initializes MFC for this plug-in.

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.

If you need to modify the CWinApp class on your own, you can update the template.

注釈: This should be the first interface of the plug-in, as it needs to be initialized before anything.

PluginMFCWindows.h68 行目に定義があります。

Initializes MFC for this plug-in.

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう