Carbon


PMPostScriptData

Header: PMCore.h Carbon status: Supported

Passes PostScript data, referenced by a pointer, to the current printer driver.

OSStatus PMPostScriptData (
    Ptr psPtr, 
    Size len
);
Parameter descriptions
psPtr

A pointer to PostScript data.

len

The number of bytes of PostScript data to pass to the current driver.

function result

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

DISCUSSION

PMSessionPostScriptData is recommended instead of PMPostScriptData.

SPECIAL CONSIDERATIONS

Valid between calls to PMPostScriptBegin and PMPostScriptEnd.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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