|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| imm32.lib
| Header File
| imm.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
ImmGetCandidateListCount
[Now Supported on Windows NT]
The ImmGetCandidateListCount function retrieves the size, in bytes, of the candidate lists.
DWORD ImeGetCandidateListCount(
HIMC hIMC,
|
| LPDWORD lpdwListCount
|
| );
|
|
Parameters
hIMC
Handle to the input context.
lpdwListCount
Pointer to the 32-bit variable that receives the size of the candidate lists.
Return Values
Returns the number of bytes required to receive all candidate lists.
Remarks
Applications typically call this function in response to a IMN_OPENCANDIDATE
or IMN_CHANGECANDIDATE message.
See Also
IMN_CHANGECANDIDATE, IMN_OPENCANDIDATE
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
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
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
|