The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: