[Previous] [Contents] [Next]

my_startpage()

a function called at the beginning of a page

Synopsis:

int my_startpage( struct _doc_ctrl *c );

Description:

This function is called at the beginning of a page. It should:

The default version of this function does nothing.

Returns:

0
Success.
Any other value
An error occurred. Skip the current page and proceed to the next.

Classification:

Photon

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

[Previous] [Contents] [Next]