Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |