IActiveIMMIME::SendIMCW M...     IActiveIMMIME::SetComposi...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::SetCandidateWindow Method


Sets information about the candidate list window.

Syntax

HRESULT SetCandidateWindow(
    HIMC hIMC,
    CANDIDATEFORM *pCandidate
);

Parameters

hIMC
[in] Handle to the input context.
pCandidate
[in] Address of the CANDIDATEFORM structure that contains information about the candidate window.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmSetCandidateWindow 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.