PrClosePage
PrClosePage Finish printing current page
#include <PrintTraps.h> Printing Manager
void PrClosePage(pPrPort );
TPPrPort pPrPort ; address of a TPrPort structure
Use PrClosePage after you finish drawing the page. It typically causes the
page to be ejected and does whatever else is needed to wrap up processing for
the current page on the active hardware.
pPrPort is the address of a 178-byte TPrPort record. This must be a value
previously obtained via PrOpenDoc and used in a previous call to
Returns: none; call PrError for result code.