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().