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