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).