typedef struct _tagRtf97Settings
{
L_UINT32 uStructSize;
L_BOOL bCrossrefs;
} RTF97SETTINGS, * pRTF97SETTINGS;
The RTF97SETTINGS structure provides information about settings for the DOC2_RTF_97
DOC2_FORMATTYPE output format.
Structure size. Set it to sizeof(RTF97SETTINGS).
Specifies whether to retain cross-references.
Value | Meaning |
---|---|
TRUE | Retain cross-references. |
FALSE | Do not retain cross-references. |
pRTF97SETTINGS is a pointer to a RTF97SETTINGS structure. If the function parameter type is pRTF97SETTINGS, declare a RTF97SETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pRTF97SETTINGS variable is necessary only if the program requires a pointer.
The structure is used by: