HEAD DESC BUFFER
Data Type : Rich Text
HEAD_DESC_BUFFER - Header/Footer Buffer
#include <editods.h>
Definition :
typedef struct {
   HEAD_DESC Desc;        /* Header/footer description */
   char String[MAXHEADERSTRING]; /* Buffer for text - 
                                    Must be '\0' terminated */
} HEAD_DESC_BUFFER;
Description :
This data structure is passed to Import/Export modules to describe the header or footer for a document.  This structure consists of a HEAD_DESC header followed by an array of type "char" for the header or footer string.
        Desc            HEAD_DESC structure describing the header or footer
        String            Text for the header or footer
See Also : EDITEXPORTDATA HEAD_DESC