EndPrint

#include "BIPRINT.H"

 

int CALLBACK EndPrint(HDC hPrnDC)

Description

This function ends the printing of a document.

Parameters

HDC

hPrnDC

Printer DC. if NULL use default printer.

Return values

It is zero on success or error code on error. If the Error Code < 0 see GetLastError windows API function to get extended error information.

Requirements

Header :     Declared in BIPrint.h; include BIPrint.h.

Library :    Use BIPrint.lib.

DLLs :       BIPrint.dll.