Carbon


PMSetDialogDone

Header: PMApplication.h Carbon status: Not Recommended

Informs the Carbon Printing Manager that the user finished with a custom dialog box.

OSStatus PMSetDialogDone (
    PMDialog pmDialog, 
    Boolean done
);
Parameter descriptions
pmDialog

A PMDialog object representing your custom Page Setup or Print dialog box.

done

Pass true when your callback function has finished with this dialog box.

function result

A result code. A result code. See “Result Codes”.

DISCUSSION

When your callback function no longer needs a dialog box, pass TRUE in the done parameter.

SPECIAL CONSIDERATIONS

Valid within the context of a printing session while displaying your Page Setup or Print dialog box.

AVAILABILITY

Not recommended in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

CARBON NOTES

The <PMSetDialogDone lets you set information formerly contained in the fDone field of the Printing Manager structure TPrDlg.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)