Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Sends a message to a soft keyboard. Unicode implementation.
Syntax
HRESULT SendIMCW( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plResult );
Parameters
- hWnd
- [in] Window handle to the soft keyboard.
- uMsg
- [in] Unsigned integer that specifies the message. This should be set to WM_IME_CONTROL.
- wParam
- [in] WPARAM value that specifies additional message information.
- lParam
- [in] LPARAM value that specifies additional message information.
- plResult
- [out] Address of an LRESULT value that receives the result of the operation.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method provides a workaround for message thunking on Microsoft® Windows NT® 4.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.