Carbon


PMConvertOldPrintRecord

Header: PMCore.h Carbon status: Supported

Creates a new PMPageFormat object and a new PMPrintSettings object from an existing Classic print record.

OSStatus PMConvertOldPrintRecord (
    Handle printRecordHandle, 
    PMPrintSettings *printSettings, 
    PMPageFormat *pageFormat
);
Parameter descriptions
printRecordHandle

A handle to a Classic print record.

printSettings

On return, a validated PMPrintSettings object.

pageFormat

On return, a validated PMPageFormat object.

function result

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

DISCUSSION

PMSessionConvertOldPrintRecord is recommended instead of PMConvertOldPrintRecord.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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