Carbon


PMPostScriptHandle

Header: PMCore.h Carbon status: Supported

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

OSStatus PMPostScriptHandle (
    Handle psHandle
);
Parameter descriptions
psHandle

A reference to PostScript data.

function result

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

DISCUSSION

PMSessionPostScriptHandle is recommended instead of PMPostScriptHandle.

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)