Checks for messages intended for the IME window and sends those messages to the specified window. Unicode implementation.
Syntax
HRESULT IsUIMessageW( HWND hWndIME, UINT msg, WPARAM wParam, LPARAM lParam );
Parameters
- hWndIME
- [in] Handle to a window belonging to the IME window class.
- msg
- [in] Unsigned integer value that contains the message to be checked.
- wParam
- [in] Message-specific parameter.
- lParam
- [in] Message-specific parameter.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmIsUIMessage function documented in the Microsoft® Platform Software Development Kit (SDK).