|
KKConvert
- 0
Activates the Kana-to-Kanji converter. (Japanese version only.)
BOOL KKConvert( HWND hwndConvert, HWND hwndCaller, LPSTR lpBuf, UINT cbBuf, LPPOINT lpPoint )
Parameters
hwndConvert
Handle to the window with the text to be converted.
hwndCaller
Handle to the window that calls KKConvert.
lpBuf
The text to be converted.
cBuf
The number of bytes (greater than 1) in lpBuf.
lpPoint
The positition where the Kana-to-Kanji converter will appear.
Return Value
Returns TRUE if the text is successfully converted; otherwise, returns FALSE.
Comments
If lpBuf is NULL, the currently-selected text in the window specified by hwndConvert will be used for conversion and then replaced with the converted text. If lpBuf is not NULL, the text in lpBuf will be converted and replaced with the converted text. If the length of the
converted text is longer than cbBuf, the text will be truncated.
If the window referenced by hwndConvert is of the bedit class, lpPnt is ignored; otherwise, the center of the Kana-to-Kanji conversion is
displayed at lpPnt.
If the window referenced by hwndConvert is of the hedit class and lpPnt is NULL, then the current caret position is used; otherwise, the client
position (0,0) in the window referenced by hwndConvert is used.
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
|