SHImeGetClearMessage
4/8/2010
This function gets the message that should go into the Input Method Editor (IME) translation buffer in order to clear the field that the user is typing in. This is triggered by press-and-hold of the Back button.
Syntax
HRESULT SHImeGetClearMessage(
HIMC himc,
UINT *pMsg,
WPARAM *pWParam,
LPARAM *pLParam
);
Parameters
- himc
[in] Handle to the input context.
- pMsg
[out] Pointer to the message identifier.
- pWParam
[out] Pointer to the message wParam.
- pLParam
[out] Pointer to the message lParam.
Return Value
Positive HRESULT values indicate success. Negative HRESULT values indicate an error.
Requirements
Header | aygshell.h |
Library | Aygshell.dll |
Windows Mobile | Smartphone for Windows Mobile Version 5.0 and later |