ITfInputScope::GetInputScopes method (inputscope.h)
Gets the input scopes that are associated with this context.
Syntax
HRESULT GetInputScopes(
[out] InputScope **pprgInputScopes,
[out] UINT *pcCount
);
Parameters
[out] pprgInputScopes
Pointer to an array of pointers to the input scopes. The calling function must call CoTaskMemFree() to free the buffer.
[out] pcCount
Pointer to the number of input scopes returned.
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | inputscope.h |
DLL | Msctf.dll |