PrJobInit
PrJobInit Obtain address of an initialized TPrDlg structure
#include <PrintTraps.h> Printing Manager
TPPrDlg PrJobInit(hPrtRec );
THPrint hPrtRec ; handle leading to a TPrint structure
returns address of a variable-length TPrDlg structure
PrJobInit is called automatically by the Printing Manager when you call
PrJobDialog. Applications may call it as part of a complicated kludge to
modify the standard "Print..." dialog. See Adding Items to the Print Dialogs for
more information.
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 that have been initialized for a call to

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