Carbon


TEnableColorMatchingBlk

Header: CMApplication.h

struct TEnableColorMatchingBlk {
    SInt16 iOpCode; 
    SInt16 iError; 
    SInt32 lReserved; 
    THPrint hPrint; 
    Boolean fEnableIt; 
    SInt8 filler;
};

Field descriptions

iOpCode

The PrGeneral printing opcode.

iError

The returned error code.

lReserved

Reserved for future use.

hPrint

A valid print record.

fEnableIt

The flag set by the EnableColorMatchingOp opcode.

filler

Filler.

You pass a structure defined by the TEnableColorMatchingBlk data type to the PrGeneral function when you use the EnableColorMatchingOp opcode, described in “PrGeneral Function Operation Codes”. ColorSync-supportive drivers support the EnableColorMatchingOp operation code as a PrGeneral call that turns the fEnableIt flag on or off to enable or disable color matching.


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