TF_RENDERINGMARKUP structure
The TF_RENDERINGMARKUP structure structure contains a range and the display attribute information.
Syntax
typedef struct {
ITfRange* pRange;
TF_DISPLAYATTRIBUTE tfDisplayAttr;
} TF_RENDERINGMARKUP;
Members
-
pRange
-
A pointer to an ITfRange interface.
-
tfDisplayAttr
-
Display attribute information.
Remarks
This structure is not currently in the public header files. To use this API, you must MIDL-compile the prototype.