IActiveIMMApp::GetCandida...     IActiveIMMApp::GetCandida...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::GetCandidateListCountW Method


Retrieves the size, in bytes, of the candidate list. Unicode implementation.

Syntax

HRESULT GetCandidateListCountW(
    HIMC hIMC,
    DWORD *pdwListSize,
    DWORD *pdwBufLen
);

Parameters

hIMC
[in] Handle to the input context.
pdwListSize
[out] Address of an unsigned long integer value that receives the size of the candidate list.
pdwBufLen
[out] Address of an unsigned long integer value that contains the number of bytes required to receive all candidate lists.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmGetCandidateListCount function documented in the Microsoft® Platform Software Development Kit (SDK). Non-MSDN link



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.