Carbon


PMDisposePrintSettings

Header: PMCore.h Carbon status: Supported

Releases memory previously allocated for a PMPrintSettings object.

OSStatus PMDisposePrintSettings (
    PMPrintSettings printSettings
);
Parameter descriptions
printSettings

On return, an invalidated PMPrintSettings reference.

function result

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

DISCUSSION

PMRelease with a PMPrintSettings parameter is recommended instead of PMDisposePrintSettings.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin and creating a print settings object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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