KV_RM_Title

This structure defines the contents (prefix, reviewer name, date, and time) of the title attribute for the InsTitle and DelTitle members of KVRevisionMark (see KVRevisionMark).

typedef struct tag_KV_RM_Title
{
    RM_Title_Flag    eFlag;
    BYTE             *pPrefix;
    int              nSize; 
    KVCharSet        eCharSet;
}
KV_RM_Title;

Member Description

eFlag

Specifies whether the reviewer name, date, and time appear in the title attribute. The options are enumerated in RM_Title_Flag in kvtypes.h. See RM_Title_Flag.

pPrefix

A pointer to the text string that is prefixed to the eFlag value in the title attribute of the <ins> or <del> tags. By default, the string "inserted:" or "deleted:" is the first entry in the attribute.

nSize

The size of the prefix.

eCharSet

The character set of the prefix characters. The available character sets are enumerated in KVCharSet in kvcharset.h. See Convert Character Sets.

If you set eCharSet to KVCS_UNKNOWN, the character set of the prefix is not converted and the prefix is written directly to the HTML output.