NotifyRemotePrint callback

All Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_NFY_ REMOTE_PRINT notification tells client applications the outcome of a remote print operation. The NotifyPrintComplete callback function accepts this data.

Notify IN_ NFY_REMOTE_PRINT (21)

Syntax

void CALLBACK NotifyRemotePrint( OBJ_DOCWIN docwin, IM_FILEIDPTR pFileInfo, U16 page, U16 numPages)

 

Parameters

Values

Meaning

docwinID

identifier of the window that contains the document that was printed

pFileInfo

file name and path of the printed document

page

number of the first page printed

numPages

number of pages printed

Release information

Published in Release 7.0 of Imagenation for Windows.

Not yet available in Imagenation for UNIX.

See also

Controlling notifications and queries

Printing a document