[Previous] [Contents] [Next]

my_startslice()

a function called at the beginning of each slice

Synopsis:

int my_startslice( struct _doc_ctrl *c );

Description:

This function is called at the beginning of each slice. There isn't anything specific that this function should do; it's provided in case your print filter needs to use it.

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]