ITfReverseConversion::DoReverseConversion method (msctf.h)

[DoReverseConversion is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. For internal use only.]

Performs a reverse conversion of the specified string.

Syntax

HRESULT DoReverseConversion(
  [in]  LPCWSTR                  lpstr,
  [out] ITfReverseConversionList **ppList
);

Parameters

[in] lpstr

The string to convert.

[out] ppList

The result of the conversion: a list of the key strokes required to create the string specified by lpstr.

Return value

This method can return one of these values.

Return value Description
S_OK
The conversion result is stored in ppList.
S_FALSE
The conversion result, ppList, contains no entries.
E_FAIL
An unspecified error occurred.

Remarks

A reverse conversion provides the keystroke sequences required to create the specified string.

Requirements

Requirement Value
Minimum supported client Windows Vista with SP2 [desktop apps only]
Minimum supported server Windows Server 2008 with SP1 [desktop apps only]
Target Platform Windows
Header msctf.h
DLL Msctf.dll

See also

ITfReverseConversion