Important: The information in this document is obsolete and should not be used for new development.
PrClosePage
Use thePrClosePage
procedure to finish the printing of the current page.
PROCEDURE PrClosePage (pPrPort: TPPrPort);
pPrPort
- A pointer to a printing graphics port. (The
TPrPort
record that defines a printing graphics port is described on page 9-48.)DESCRIPTION
ThePrClosePage
procedure records that you are finished printing the current page. The printer driver can then do whatever it requires (such as releasing temporary memory) to avoid communication difficulties or other problems that may cause the user's computer to crash.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for thePrClosePage
procedure are
Trap macro Selector _PrGlue $1800040C SEE ALSO
For an example of the use ofPrClosePage
, see Listing 9-2 beginning on page 9-18.