ITfContextRenderingMarkup interface
The ITfContextRenderingMarkup interface is implemented by TSF manager and used by applications. This interface can be retrieved using IQueryInterface from ITfContext object. This interface helps the application enumerate rendering information.
ITfContextRenderingMarkup methods | Description |
---|---|
GetRenderingMarkup | Retrieves an enumerator of the rendering markups for the given range. |
FindNextRenderingMarkup | This function is not implemented. It always returns E_NOTIMPL. |
Members
The ITfContextRenderingMarkup interface inherits from the IUnknown interface but does not have additional members.
Remarks
Note
This interface is not currently in the public header files. To use this API, you must MIDL-compile the prototype.