Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Imaging With QuickDraw /
Chapter 9 - Printing Manager / Printing Manager Reference
Printing Manager Routines / Low-Level Routines


PrDrvrClose

You can use the PrDrvrClose procedure to close the printer driver.

PROCEDURE PrDrvrClose;
DESCRIPTION
The PrDrvrClose procedure closes the printer driver, releasing the memory it occupies.

SPECIAL CONSIDERATIONS
Use the PrDrvrClose procedure with the PrDrvrOpen procedure (described in the previous section). Do not mix these procedures with the PrOpen and PrClose procedures (described on page 9-54 and page 9-55, respectively).

Apple strongly discourages you from using this routine.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the PrDrvrClose procedure are
Trap macroSelector
_PrGlue$88000000


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996