ITfInputScope::GetRegularExpression method (inputscope.h)
Gets the regular expression string to be rssecognized.
Syntax
HRESULT GetRegularExpression(
[out] BSTR *pbstrRegExp
);
Parameters
[out] pbstrRegExp
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
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 |