ITfInputScope::GetRegularExpression method
Syntax
HRESULT GetRegularExpression( [out] BSTR *pbstrRegExp );
Parameters
- pbstrRegExp [out]
-
Pointer to a string containing the regular expression. The calling function must call SystFreeString() to free the memory allocated to the strings.
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: