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.
| Value | Description |
- S_OK
| The method was successful.
|
Requirements
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Header | InputScope.idl and InputScope.h |
| DLL | Msctf.dll |
See Also
- ITfInputScope
Send comments about this topic to Microsoft
Build date: 7/14/2009