Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 3.16 KB

nf-immdev-immgetcandidatelistcountw.md

File metadata and controls

96 lines (67 loc) · 3.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:immdev.ImmGetCandidateListCountW
ImmGetCandidateListCountW function (immdev.h)
The ImmGetCandidateListCountW (Unicode) function (immdev.h) retrieves the size of the candidate lists.
ImmGetCandidateListCount
ImmGetCandidateListCount function [Internationalization for Windows Applications]
ImmGetCandidateListCountW
_win32_ImmGetCandidateListCount
intl.immgetcandidatelistcount
intl\immgetcandidatelistcount.htm
Intl
da7c4eee-3c79-4ea8-b9a5-3b43befa0021
08/04/2022
ImmGetCandidateListCount, ImmGetCandidateListCount function [Internationalization for Windows Applications], ImmGetCandidateListCountA, ImmGetCandidateListCountW, _win32_ImmGetCandidateListCount, imm/ImmGetCandidateListCount, imm/ImmGetCandidateListCountA, imm/ImmGetCandidateListCountW, intl.immgetcandidatelistcount
immdev.h
Immdev.h, Windows.h
Windows
Windows XP [desktop apps only],East Asian language support installed.
Windows Server 2003 [desktop apps only]
ImmGetCandidateListCountW (Unicode) and ImmGetCandidateListCountA (ANSI)
Imm32.lib
Imm32.dll
Windows
19H1
ImmGetCandidateListCountW
immdev/ImmGetCandidateListCountW
c++
APIRef
kbSyntax
DllExport
Imm32.dll
ImmGetCandidateListCount
ImmGetCandidateListCountA
ImmGetCandidateListCountW

ImmGetCandidateListCountW function

-description

Retrieves the size of the candidate lists.

-parameters

-param HIMC [in]

Handle to the input context.

-param lpdwListCount [out]

Pointer to the buffer in which this function retrieves the size of the candidate lists.

-returns

Returns the number of bytes required for all candidate lists if successful, or 0 otherwise.

-remarks

Applications typically call this function in response to an IMN_OPENCANDIDATE or IMN_CHANGECANDIDATE command.

Note

The immdev.h header defines ImmGetCandidateListCount as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

IMN_CHANGECANDIDATE

IMN_OPENCANDIDATE

Input Method Manager

Input Method Manager Functions