Carbon


PMFlattenPrintSettings

Header: PMCore.h Carbon status: Supported

Flattens a PMPrintSettings object for storage in a user document.

OSStatus PMFlattenPrintSettings (
    PMPrintSettings printSettings, 
    Handle *flatSettings
);
Parameter descriptions
printSettings

A PMPrintSettings object.

flatSettings

On return, a handle to a flattened PMPrintSettings object.

function result

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

DISCUSSION

You are responsible for disposing of the handle to the flattened print settings object.

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)