[Now Supported on Windows NT]
The ImmSetCandidateWindow function sets information about the candidate list window.
BOOL ImmSetCandidateWindow(
HIMC hIMC, | |
LPCANDIDATEFORM lpCandidate | |
); |
Parameters
hIMC
Handle to the input context.
lpCandidate
Pointer to the CANDIDATEFORM structure that contains information about the candidate window.
Return Values
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero.
Remarks
ImmSetCandidateWindow causes an IMN_SETCANDIDATEPOS message to be sent to the application.
See Also