Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the size, in bytes, of the candidate list. (ANSI implementation).
Syntax
HRESULT GetCandidateListCountA(
[in] HIMC hIMC,
[out] DWORD *pdwListSize,
[out] DWORD *pdwBufLen
);
Parameters
hIMC [in]
A handle to the input context.pdwListSize [out]
The address of an unsigned long integer value that receives the size of the candidate list.pdwBufLen [out]
The address of an unsigned long integer value that contains the number of bytes that are required to receive all candidate lists.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmGetCandidateListCount function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |