DoPrint
Back to index
 

Description:
function that exported from PRINT.DLL replacements.

Definition:
function DoPrint(app: THandle; img: hBitmap; filename: PChar; fast: boolean):integer; stdcall;

Variables:
app - calling process handle
img - image, that should be printed
filename - image filename/url, that can be used a print job title
fast - indicated, if printing should be fast (without preview and ny dialogs)

Should return:
1 - if success
0 - if failed or cancelled

Notes:

  1. Implementation of fast printing required!
 
© 1999-2001 Alexander S. Tereschenko