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 / Displaying and Customizing the Print Dialog Boxes


PrStlInit

To initialize a TPrDlg record for a customized style dialog box, use the PrStlInit function.

FUNCTION PrStlInit (hPrint: THPrint): TPPrDlg;
hPrint
A handle to a TPrint record (described on page 9-41), which may be a new record or an existing one from a document.
DESCRIPTION
The PrStlInit function returns a pointer to a TPrDlg record (described on page 9-47) for the style dialog box defined in the resource file for the current printer driver. As described in "Altering the Style or Job Dialog Box" beginning on page 9-32, you can then alter the dialog box by adding your own items. You must use the PrDlgMain function (described on page 9-60) to display the dialog box.

You need to use PrStlInit only if you are customizing the default style dialog box provided by the printer driver. To initialize and display the default style dialog box, use the PrStlDialog function, which is described on page 9-58.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the PrStlInit function are
Trap macroSelector
_PrGlue$3C04040C


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996