PrStlInit
PrStlInit Obtain address of an initialized TPrDlg structure
#include <PrintTraps.h> Printing Manager
TPPrDlg PrStlInit(hPrtRec );
THPrint hPrtRec ; handle leading to a TPrint structure
returns address of a variable-length TPrDlg structure.
PrStlInit is called automatically by the Printing Manager when you call
PrStlDialog. Applications may call it as part of a complicated kludge to
modify the standard "Page Setup..." dialog. There is a detailed discussion of this
in Adding Items to the Print Dialogs.
hPrtRec is a handle leading to a 120-byte TPrint structure, as previously
prepared by a call to PrintDefault or PrValidate.
Returns: the address of a TPrDlg structure. The structure includes a
DialogRecord and other fields previously initialized for a call to

Notes: This function is documented in Macintosh Technical Note #95, which
describes a technique for adding items to the standard "Print..." and "Page
Setup..." dialogs.
See PrDlgMain and TPrDlg for related information.