Carbon


PMGeneral

Header: PMCore.h Carbon status: Not Recommended

Maintains compatibility with the Classic Printing Manager’s PrGeneral function.

OSStatus PMGeneral (
    Ptr pData
);
Parameter descriptions
pData

A pointer to a PrGeneral data structure.

function result

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

DISCUSSION

You should use the page format and print settings accessor functions instead of PMGeneral.

PMSessionGeneral is recommended instead of PMGeneral.

SPECIAL CONSIDERATIONS

Valid after calling PMBegin.

AVAILABILITY

Not recommended in Carbon. Available in Carbon 1.0.2 and later.

CARBON NOTES

The PMGeneral function is an interim replacement for the Printing Manager function PrGeneral.


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