Carbon


PMDefaultPrintSettings

Header: PMCore.h Carbon status: Supported

Assigns default parameter values to a PMPrintSettings object.

OSStatus PMDefaultPrintSettings (
    PMPrintSettings printSettings
);
Parameter descriptions
printSettings

A PMPrintSettings object. On return, the object contains default parameter values.

function result

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

DISCUSSION

PMSessionDefaultPrintSettings is recommended instead of PMDefaultPrintSettings.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin and creating a print settings object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.

CARBON NOTES

The PMDefaultPrintSettings function and the PMDefaultPageFormat function replace the Printing Manager function PrintDefault.


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