typedef struct _tagRtf6Settings{L_UINT32 uStructSize;L_BOOL bCrossrefs;} RTF6SETTINGS, * pRTF6SETTINGS;
The RTF6SETTINGS structure provides information about settings for the DOC2_RTF_6 output format.
| Member | Description | |
| uStructSize | Structure size. It should be equal to sizeof(RTF6SETTINGS). | |
| bCrossrefs | Specifies whether to retain cross-references. | |
| Value | Meaning | |
| TRUE | Retain cross-references. | |
| FALSE | Do not retain cross-references. | |
pRTF6SETTINGS is a pointer to a RTF6SETTINGS structure. If the function parameter type is pRTF6SETTINGS, declare a RTF6SETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pRTF6SETTINGS variable is necessary only if the program requires a pointer.
This structure is used with the following functions: