[Previous] [Contents] [Next]

my_inform()

inform anyone interested that the print job is complete

Synopsis:

int my_inform( int done, int page, 
               int copy, unsigned long handle, 
               char *action_path );

Description:

This function is called to inform anyone interested that the print job is complete. The arguments are as follows:

done
0 when the page starts, 1 when it ends.
page
Current page number.
copy
Current copy number.
handle
Not yet defined.
action_path
Not yet defined.

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]