This function is required when terminating processing for document headers, footers, footnotes, and endnotes.
int pascal _export xxxCloseStream( void *pCFContext, int type)
pCFContext
|
A pointer to the global context structure for the custom reader. |
type
|
An integer identifying a specific header, footer, footnote, or endnote. Options are defined in kvcfsr.h . |
KVERR_Success
.Prior to exiting this function, the previously saved values in the global context structure must be restored. This ensures that processing of the main body resumes with the correct document state.
|