Carbon


PMDisposePageFormat

Header: PMCore.h Carbon status: Supported

Releases memory previously allocated for a PMPageFormat object.

OSStatus PMDisposePageFormat (
    PMPageFormat pageFormat
);
Parameter descriptions
pageFormat

On return, an invalidated PMPageFormat object.

function result

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

DISCUSSION

PMRelease with a PMPageFormat parameter is recommended instead of PMDisposePageFormat.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin and creating a page format object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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