Carbon


ICMapEntry

Header: InternetConfig.h

struct ICMapEntry {
    SInt16 totalLength; 
    ICFixedLength fixed_length; 
    SInt16 version; 
    OSType fileType; 
    OSType file_creator; 
    OSType postCreator; 
    ICMapEntryFlags flags; 
    Str255 extension; 
    Str255 creator_app_name; 
    Str255 postAppName; 
    Str255 MIME_type; 
    Str255 entry_name;
};
typedef ICMapEntry ICMapEntryPtr;

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