ITfReverseConversionList::GetLength method (msctf.h)

[GetLength 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 number of keystroke sequences in the list.

Syntax

HRESULT GetLength(
  [out] UINT *puIndex
);

Parameters

[out] puIndex

The number of keystroke sequences in the list.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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