Interface for CTextSearchContext wrapper.
More...
Go to the source code of this file.
Interface for CTextSearchContext wrapper.
◆ CTextSearchContext_Create()
Creates a new instance of CTextSearchContext.
- Returns
- The new instance of CTextSearchContext.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CTextSearchContext_Create2()
Creates a new instance of CTextSearchContext with a pattern.
- Parameters
-
| strText | The string of text to be found |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The new instance of CTextSearchContext.
◆ CTextSearchContext_Destroy()
| void CTextSearchContext_Destroy |
( |
CTextSearchContext |
argCTextSearchContext, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CTextSearchContext handle.
- Parameters
-
| argCTextSearchContext | CTextSearchContext handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CTextSearchContext_GetText()
Gets the regular expression pattern.
- Returns
- The regular expression pattern
- Parameters
-
| argCTextSearchContext | CTextSearchContext handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CTextSearchContext_SetText()
Sets the string of text to be found.
- Parameters
-
| argCTextSearchContext | CTextSearchContext handle |
| strText | The string of text |
| pargException | Pointer to exception structure that will be filled if an exception occurs |