Carbon


PMCopyPrintSettings

Header: PMCore.h Carbon status: Supported

Copies the settings from one PMPrintSettings object into another.

OSStatus PMCopyPrintSettings (
    PMPrintSettings settingSrc, 
    PMPrintSettings settingDest
);
Parameter descriptions
settingSrc

A PMPrintSettings object to be duplicated.

settingDest

On return, a PMPrintSettings object containing the same settings as the settingSrc object.

function result

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

DISCUSSION

You must create both print settings objects before calling this function.

SPECIAL CONSIDERATIONS

Unlike most Carbon Printing Manager functions, you may call this function outside of a printing session or PMBegin/PMEnd block.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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