Group: Printing and Print Spooler - Library: gdi32
How to print FoxPro form
How to print a bitmap file
Printing text with the Escape function
How to print picture stored in enhanced-format metafile (*.emf)
How to print FoxPro form -- II
GDI+: printing image file
GDI+: sending image of FoxPro form to printer
Printing Image File, programmatically set print page orientation to landscape
int EndDoc(
HDC hdc // handle to DC
);
DECLARE INTEGER EndDoc IN gdi32;
INTEGER hdc
hdc [in] Handle to the device context for the print job.
If the function succeeds, the return value is greater than zero.