Carbon


CustomXFerRec

Header: Quickdraw.h

struct CustomXFerRec {
    UInt32 version; 
    void *srcPixels; 
    void *destPixels; 
    void *resultPixels; 
    UInt32 refCon; 
    UInt32 pixelSize; 
    UInt32 pixelCount; 
    Point firstPixelHV; 
    Rect destBounds;
};
typedef CustomXFerRec CustomXFerRecPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)