Expand Minimize
This topic has not yet been rated - Rate this topic

IActiveIMMIME::SetCandidateWindow method

Sets information about the candidate list window.

Syntax


HRESULT SetCandidateWindow(
  [in]  HIMC hIMC,
  [in]  CANDIDATEFORM *pCandidate
);

Parameters

hIMC [in]

A handle to the input context.

pCandidate [in]

The address of the CANDIDATEFORM structure that contains information about the candidate window.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

See also

IActiveIMMIME

 

 

Build date: 9/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.