Carbon


PMSessionGeneral

Header: PMCore.h Carbon status: Supported

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

OSStatus PMSessionGeneral (
    PMPrintSession printSession, 
    Ptr pData
);
Parameter descriptions
printSession

A PMPrintSession object.

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 PMSessionGeneral.

SPECIAL CONSIDERATIONS

Valid within the context of a printing session.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1 or later is present.


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