Carbon


ScrapFlavorInfo

Header: Scrap.h

Specifies a single flavor within a scrap.

struct ScrapFlavorInfo {
    ScrapFlavorType flavorType; 
    ScrapFlavorFlags flavorFlags;
};

Field descriptions

flavorType

The flavor type for the flavor. Some values for flavor types are described in “Scrap Flavor Type Constants”.

flavorFlags

The flavor flags for the flavor. Some values for flavor flags are described in “Scrap Flavor Flag Constants”.


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