Carbon


CustomBadgeResource

Header: Finder.h

struct CustomBadgeResource {
    SInt16 version; 
    SInt16 customBadgeResourceID; 
    OSType customBadgeType; 
    OSType customBadgeCreator; 
    OSType windowBadgeType; 
    OSType windowBadgeCreator; 
    OSType overrideType; 
    OSType overrideCreator;
};
typedef CustomBadgeResource CustomBadgeResourcePtr;

Field descriptions

version
customBadgeResourceID
customBadgeType
customBadgeCreator
windowBadgeType
windowBadgeCreator
overrideType
overrideCreator


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)