PromiseHFSFlavor

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: Drag.h  

struct PromiseHFSFlavor {
    OSType fileType; 
    OSType fileCreator; 
    UInt16 fdFlags; 
    FlavorType promisedFlavor;
};
Field descriptions
fileType

The file type of the object.

fileCreator

The file creator of the object.

fdFlags

The Finder flags of the object.

promisedFlavor

The promised flavor containing an FSSpec structure for the object.


© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)