ITfInputScope::GetInputScopes Method

Syntax

HRESULT GetInputScopes(
  [out]  InputScope **pprgInputScopes,
  [out]  UINT *pcCount
);

Parameters

pprgInputScopes [out]

Pointer to an array of pointers to the input scopes. The calling function must call CoTaskMemFree() to free the buffer.

pcCount [out]

Pointer to the number of input scopes returned.

Return Value

The method can return one of the following values.

ValueDescription
S_OK

The method was successful.

 

Requirements

Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
HeaderInputScope.idl and InputScope.h
DLLMsctf.dll

See Also

ITfInputScope

Send comments about this topic to Microsoft

Build date: 7/14/2009

Tags :


Page view tracker