[Previous] [Contents] [Next]

my_enddocument()

end processing of the document

Synopsis:

int my_enddocument( struct _doc_ctrl *c );

Description:

This function is called after the last slice has been processed. It should:

The default version of this function does nothing.

Returns:

0
Success.
Any other value
An error occurred.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]