版本

menu_open
Wwise SDK 2023.1.3

◆ WindowProc

bool(* ak_wwise_plugin_gui_windows_v1::WindowProc) (struct ak_wwise_plugin_gui_windows_instance_v1 *in_this, AK::Wwise::Plugin::eDialog in_eDialog, HWND in_hWnd, uint32_t in_message, WPARAM in_wParam, LPARAM in_lParam, LRESULT *out_lResult)

Window message handler for dialogs.

This is very similar to a standard WIN32 window procedure.

参数
[in]in_thisCurrent instance of this interface.
[in]in_eDialogThe dialog type.
[in]in_hWndThe window handle of the dialog.
[in]in_messageThe incoming message. This is a standard Windows message ID (ex. WM_PAINT).
[in]in_wParamThe WPARAM of the message (see MSDN).
[in]in_lParamThe LPARAM of the message (see MSDN).
[out]out_lResultThe 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.h154 行定义.

被这些函数引用 AK.Wwise::Plugin::V1::GUIWindows::Interface::Interface().


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅