![]() |
PMSessionConvertOldPrintRecord |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Creates new PMPageFormat and PMPrintSettings objects from a Classic print record.
OSStatus PMSessionConvertOldPrintRecord ( PMPrintSession printSession, Handle printRecordHandle, PMPrintSettings *printSettings, PMPageFormat *pageFormat );
A PMPrintSession object.
A handle to a Classic print record.
On return, a validated PMPrintSettings object.
On return, a validated PMPageFormat object.
A result code. A result code. See
Use PMSessionConvertOldPrintRecord to create page format and print settings objects from documents created by non-Carbon versions of your application.
Valid within the context of a printing session.
Supported in Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)