|
HE_PUTCONVERTCHAR
Sends a character to the Input Method Editor (IME) and marks it for
conversion. Submessage of WM_PENCTL. (Japanese version only.)
Parameters
wParam
HE_PUTCONVERTCHAR.
lParam
The low-order word contains the character code, which can be an SBCS or DBCS
character.
Return Value
Returns TRUE if there are no errors; otherwise, returns FALSE.
Comments
Posting this message is exactly like posting a WM_CHAR message to a bedit or
edit control with the exception that the posted character also acquires the
attribute of being a character marked for conversion in the Input Method Editor.
This sub-message is available for bedits only.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|