Window message handler for dialogs.
This is very similar to a standard WIN32 window procedure.
- 引数
-
[in] | in_this | Current instance of this interface. |
[in] | in_eDialog | The dialog type. |
[in] | in_hWnd | The window handle of the dialog. |
[in] | in_message | The incoming message. This is a standard Windows message ID (ex. WM_PAINT). |
[in] | in_wParam | The WPARAM of the message (see MSDN). |
[in] | in_lParam | The LPARAM of the message (see MSDN). |
[out] | out_lResult | The returned value if the message has been processed (it is only considered if the method also returns true). |
- 戻り値
- True if the message has been processed by the plug-in, False otherwise
- 参照
-
GUIWindows.h の 154 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::GUIWindows::Interface::Interface().