Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Checks for messages intended for the IME window and sends those messages to the specified window. ANSI implementation.
Syntax
HRESULT IsUIMessageA( 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).
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.