Important: The information in this document is obsolete and should not be used for new development.
PrOpen
Use thePrOpen
procedure to prepare the current printer driver for use.
PROCEDURE PrOpen;DESCRIPTION
ThePrOpen
procedure opens the Printing Manager and the current printer driver.SPECIAL CONSIDERATIONS
You must always use thePrOpen
procedure before using any other Printing Manager routines, and you must balance every call toPrOpen
with a call toPrClose
, which is described in the next section.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for thePrOpen
procedure are
Trap macro Selector _PrGlue $C8000000 SEE ALSO
For an example of the use ofPrOpen
, see Listing 9-2 on page 9-18.