ITfDisplayAttributeInfo::Reset method
Syntax
HRESULT Reset();
Parameters
This method has no parameters.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The display attribute provider does not support attribute modification. |
Remarks
The implementation of this method should not call ITfDisplayAttributeMgr::OnUpdateInfo in response to this method. The caller must do so. This avoids redundant notifications if more than one attribute is modified. The caller must eventually call ITfDisplayAttributeMgr::OnUpdateInfo so that other clients will receive an attribute update notification.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also