Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |