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