Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITfInputProcessorProfileMgr::EnumProfiles method

The ITfInputProcessorProfileMgr::EnumProfiles method returns profiles to be enumerated.

Syntax


HRESULT EnumProfiles(
  [in]  LANGID                        langid,
  [out] IEnumTfInputProcessorProfiles **ppEnum
);

Parameters

langid [in]

[in] langid of the profiles to be enumerated. If langid is 0, all profiles will be enumerated.

ppEnum [out]

[out] The pointer to receive a pointer of IEnumTfInputProcessorProfiles interface.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_FAIL

An unspecified error occurred.

E_INVALIDARG

One or more parameters are invalid.

 

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2003 R2 [desktop apps | Windows Store apps]

Header

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

 

 

Show:
© 2017 Microsoft