Checks for messages that are intended for the Active Input Method Editor (IME) window and sends those messages to the specified window. (ANSI implementation).
Syntax
HRESULT IsUIMessageA(
  [in] HWND   hWndIME,
  [in] UINT   msg,
  [in] WPARAM wParam,
  [in] LPARAM lParam
);
Parameters
- hWndIME [in] 
 A handle to a window that belongs to the Active IME window class.
- msg [in] 
 An unsigned integer value that contains the message to be checked.
- wParam [in] 
 A message-specific parameter.
- lParam [in] 
 A message-specific parameter.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmIsUIMessage function that is documented in the Windows Software Development Kit (SDK).
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dimm.h | 
| IDL | Dimm.idl |