Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when text in the text stream changes.
Syntax
HRESULT OnTextChange(
[in] DWORD dwFlags,
[in] IAnchor *paStart,
[in] IAnchor *paEnd
);
Parameters
[in] dwFlags
Contains a set of flags that specify additional information about the text change. This can be one or more of the following values.
[in] paStart
Pointer to an anchor located at the start of the changed text.
[in] paEnd
Pointer to an anchor located at the end of the changed text.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The method was unable to create cloned anchors to contain the change. |
|
paStart or paEnd is invalid. |
|
A memory allocation failure occurred. |
|
The TSF manager holds a lock on the document. This typically indicates that the method was called from within another ITextStoreAnchor method, such as ITextStoreAnchor::SetText. |
Remarks
This method is called only when the application modifies its own text, not when a client modifies text with one of the ITextStoreAnchor methods, such as ITextStoreAnchor::SetText or ITextStoreAnchor::InsertTextAtSelection.
When calling this method, the application must be able to grant a document lock.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | textstor.h |
| DLL | Msctf.dll |
| Redistributable | TSF 1.0 on Windows 2000 Professional |