PrClosePage
Use the PrClosePage 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
The PrClosePage 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 the PrClosePage procedure are
| Trap macro | Selector |
| _PrGlue | $1800040C |
SEE ALSO
For an example of the use of PrClosePage, see Listing 9-2 beginning on page 9-18.