Carbon


PixMapExtension

Header: Quickdraw.h

struct PixMapExtension {
    SInt32 extSize; 
    UInt32 pmBits; 
    void *pmGD; 
    SInt32 pmSeed; 
    UInt32 reserved0; 
    UInt32 reserved1; 
    UInt32 reserved2; 
    SInt32 longRowBytes;
};
typedef PixMapExtension PixMapExtPtr;

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