![]() |
PMCopyPrintSettings |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Copies the settings from one PMPrintSettings object into another.
OSStatus PMCopyPrintSettings ( PMPrintSettings settingSrc, PMPrintSettings settingDest );
A PMPrintSettings object to be duplicated.
On return, a PMPrintSettings object containing the same settings as the settingSrc object.
A result code. A result code. See
You must create both print settings objects before calling this function.
Unlike most Carbon Printing Manager functions, you may call this function outside of a printing session or PMBegin/PMEnd block.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)