![]() |
Icon Type Constants |
Header: Files.h |
For the icon type in ioIconType, specify a constant from this enumeration:
enum { kLargeIcon = 1, kLarge4BitIcon = 2, kLarge8BitIcon = 3, kSmallIcon = 4, kSmall4BitIcon = 5, kSmall8BitIcon = 6 };
Large black-and-white icon with mask. Corresponding resource type: 'ICN#'.
Large 4-bit color icon. Corresponding resource type: 'icl4.
Large 8-bit color icon. Corresponding resource type: 'icl8'.
Small black-and-white icon with mask. Corresponding resource type: 'ics#'.
Small 4-bit color icon. Corresponding resource type: 'ics4'.
Small 8-bit color icon. Corresponding resource type: 'ics8'.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)