ITfDisplayAttributeMgr interface
The ITfDisplayAttributeMgr interface is implemented by the TSF manager and used by an application to obtain and enumerate display attributes. Individual display attributes are accessed through the ITfDisplayAttributeInfo interface.
Members
The ITfDisplayAttributeMgr interface inherits from the IUnknown interface. ITfDisplayAttributeMgr also has these types of members:
Methods
The ITfDisplayAttributeMgr interface has these methods.
| Method | Description |
|---|---|
| EnumDisplayAttributeInfo |
Obtains a display attribute enumerator object. |
| GetDisplayAttributeInfo |
Obtains a display attribute data object. |
| OnUpdateInfo |
Called when a display attribute is changed. |
Examples
HRESULT hr;
ITfDisplayAttributeMgr *pDisplayAttrMgr;
hr = CoCreateInstance( CLSID_TF_DisplayAttributeMgr,
NULL,
CLSCTX_INPROC_SERVER,
IID_ITfDisplayAttributeMgr,
(LPVOID*)&pDisplayAttrMgr);
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