|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| imm.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
REGISTERWORD
The REGISTERWORD structure contains reading information or a word to register. You can pass
this structure to the ImmConfigureIME function to have the information or word appear as an initial value in the
configuration dialog box of the input method editor.
typedef struct tagREGISTERWORD {
LPTSTR lpReading;
LPTSTR lpWord;
} REGISTERWORD;
Members
lpReading
Pointer to the reading information for the word to register. If the reading
information is not needed, it can be NULL.
lpWord
Pointer to the word to register. If a word is not needed, it can be NULL.
See Also
ImmConfigureIME
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 Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|