ITfReverseConversionList::GetString method (msctf.h)

[GetString 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.]

Retrieves the keystroke sequence at the specified index.

Syntax

HRESULT GetString(
  [in]  UINT uIndex,
  [out] BSTR *pbstr
);

Parameters

[in] uIndex

The index of the keystroke sequence to retrieve.

[out] pbstr

The keystroke sequence at the specified index.

Return value

This method can return one of these values.

Return value Description
S_OK
The keystroke sequence is stored in pbstr.
E_INVALIDARG
The specified index is out of range.
E_FAIL
An unspecified error occurred.

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

ITfReverseConversionList