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